Skip to content

Instantly share code, notes, and snippets.

@VitorLuizC
Last active August 29, 2018 02:39
Show Gist options
  • Select an option

  • Save VitorLuizC/f0a11df924de6ea3003fb89213e9c0ac to your computer and use it in GitHub Desktop.

Select an option

Save VitorLuizC/f0a11df924de6ea3003fb89213e9c0ac to your computer and use it in GitHub Desktop.
Query para obter os dados do enum "SearchUserTypes".
query GetSearchUsersTypes {
enum: __type (name: "SearchUsersTypes") {
values: enumValues {
value: name
label: description
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment