SchemaParser
Parses a GraphQL schema definition file (schema.graphql) and extracts input object types, enum types, and scalar type definitions for code generation.
Functions
Link copied to clipboard
Parses a schema file and returns all schema-level type definitions.
Link copied to clipboard
Converts a graphql-java Type AST node to our GraphQLType IR.