Skip to content

Instantly share code, notes, and snippets.

@alexvenom
Created November 7, 2019 16:33
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save alexvenom/22936b79e5117d9fbc09d0d7f0e8f046 to your computer and use it in GitHub Desktop.
query FindObject {
objects {
find(className: "Hero") {
count,
results
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment