debian-mirror-gitlab/spec/fixtures/api/graphql/small-recursive-introspection.graphql

16 lines
191 B
GraphQL
Raw Normal View History

2019-10-31 01:37:42 +05:30
query allSchemaTypes {
__schema {
types {
fields {
type {
fields {
type {
name
}
}
}
}
}
}
}