DEBSOURCES
Skip Quicknav
sources / gitlab / 17.6.5-19 / spec / fixtures / api / graphql / recursive-introspection.graphql
1234567891011121314151617
query allSchemaTypes { __schema { types { fields { type { fields { type { fields { name } } } } } } } }