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

57 lines
1.8 KiB
GraphQL
Raw Normal View History

2019-10-31 01:37:42 +05:30
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
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}
}