Skip to content

Instantly share code, notes, and snippets.

@a7v8x
Created May 2, 2020 12:21
Show Gist options
  • Save a7v8x/a430f8f095769b5ff20fc5985ec3b8ed to your computer and use it in GitHub Desktop.
Save a7v8x/a430f8f095769b5ff20fc5985ec3b8ed to your computer and use it in GitHub Desktop.
query introspectTaskStateEnumType {
__type(name: "TaskStateEnum") {
enumValues {
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment