schemaIntrospectionTypeField top-level property
The schema introspection type GraphQLObjectField
Implementation
final schemaIntrospectionTypeField = schemaGraphQLType.nonNull().field(
'__schema',
resolve: (_, ctx) => ctx.executionCtx.schema,
);