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

57 lines
1.8 KiB
GraphQL

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