Created
April 10, 2022 18:07
-
-
Save danstarns/42d08c88392e15419d8acdbd51e878a2 to your computer and use it in GitHub Desktop.
read-movies-example-gql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query { | |
people(where: { name: "Tom Hanks" }) { | |
name | |
movies { | |
title | |
genres { | |
name | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment