Guest User

Untitled

a guest
Sep 24th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. query{
  2. nodeQuery(filter: {conditions:[{field:"title",value: ["artistname"], operator: EQUAL}]}){
  3. count
  4. entities {
  5. ...on NodeArtist{
  6. nid
  7. title
  8. }
  9. }
  10. }
  11. }
Add Comment
Please, Sign In to add comment