Skip to content

Instantly share code, notes, and snippets.

@cuongld2
Created November 23, 2020 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cuongld2/c529bef45a6dd819e2fde25401e022dd to your computer and use it in GitHub Desktop.
Save cuongld2/c529bef45a6dd819e2fde25401e022dd to your computer and use it in GitHub Desktop.
Query example with variables
query($filter: JSON) {
family_history(filter: $filter){
submitter_id
auth_resource_path
family_history_id
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment