debian-mirror-gitlab/spec/fixtures/api/graphql/recursive-introspection.graphql
2020-03-13 15:44:24 +05:30

18 lines
232 B
GraphQL

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