Skip to content

Instantly share code, notes, and snippets.

@dellamora
Last active April 5, 2023 16:37
Show Gist options
  • Save dellamora/5ffa29c04b8e6a36b920c473528775d0 to your computer and use it in GitHub Desktop.
Save dellamora/5ffa29c04b8e6a36b920c473528775d0 to your computer and use it in GitHub Desktop.
GraphQL Query Example
query {
characters {
results {
name
gender
status
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment