Skip to content

Instantly share code, notes, and snippets.

@gustavoarmoa
Created September 21, 2021 21:16
Show Gist options
  • Save gustavoarmoa/30ce68a117a0ed061c776b06c2466452 to your computer and use it in GitHub Desktop.
Save gustavoarmoa/30ce68a117a0ed061c776b06c2466452 to your computer and use it in GitHub Desktop.
Query GraphQL Bequest
# Query for professionals or mutation here
query GET_PROFISSIONAIS {
profissionais {
nome_completo,
biografia,
foto_perfil {
url
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment