public class SchemaParser
Parses a GraphQL Schema and maps object fields to provided class methods.
Modifier and Type | Class and Description |
---|---|
static class |
SchemaParser.Companion |
Modifier and Type | Field and Description |
---|---|
static SchemaParser.Companion |
Companion |
Modifier and Type | Method and Description |
---|---|
graphql.schema.GraphQLSchema |
makeExecutableSchema()
Parses the given schema with respect to the given dictionary and returns a GraphQLSchema
|
static SchemaParserBuilder |
newParser() |
SchemaObjects |
parseSchemaObjects()
Parses the given schema with respect to the given dictionary and returns GraphQL objects.
|
public static SchemaParser.Companion Companion
public SchemaObjects parseSchemaObjects()
Parses the given schema with respect to the given dictionary and returns GraphQL objects.
public graphql.schema.GraphQLSchema makeExecutableSchema()
Parses the given schema with respect to the given dictionary and returns a GraphQLSchema
public static SchemaParserBuilder newParser()