debian-mirror-gitlab/spec/fixtures/api/graphql/small-recursive-introspection.graphql
2019-10-31 01:37:42 +05:30

16 lines
191 B
GraphQL

query allSchemaTypes {
__schema {
types {
fields {
type {
fields {
type {
name
}
}
}
}
}
}
}