Skip to content

Instantly share code, notes, and snippets.

@zacck-zz
Created October 5, 2018 18:39
Show Gist options
  • Save zacck-zz/b8ffe9351f29226af10a1c100daa6bdc to your computer and use it in GitHub Desktop.
Save zacck-zz/b8ffe9351f29226af10a1c100daa6bdc to your computer and use it in GitHub Desktop.
{
__schema {
mutationType{
fields {
name
args{
name
type {
...TypeDesc
}
}
}
}
}
}
fragment TypeDesc on __Type {
name
kind
ofType {
name
kind
ofType {
name
kind
ofType {
name
kind
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment