introspection library
Classes
Functions
-
fetchAllTypes(
GraphQLSchema schema, List< GraphQLType?> specifiedTypes) → List<GraphQLType?> -
reflectSchema(
GraphQLSchema schema, List< GraphQLType?> allTypes) → GraphQLSchema -
Performs introspection over a GraphQL
schema
, and returns a one, containing introspective information.