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