public interface GraphQLType
| Modifier and Type | Field and Description |
|---|---|
static Map<String,GraphQLType> |
TYPE_BY_NAME_MAP |
| Modifier and Type | Method and Description |
|---|---|
static GraphQLType |
build(prompto.type.IType type,
graphql.schema.GraphQLCodeRegistry.Builder registry) |
static graphql.schema.GraphQLInputType |
buildInputType(prompto.type.IType type,
graphql.schema.GraphQLCodeRegistry.Builder registry) |
static graphql.schema.GraphQLOutputType |
buildOutputType(prompto.type.IType type,
graphql.schema.GraphQLCodeRegistry.Builder registry) |
static GraphQLType |
doBuild(prompto.type.IType type,
graphql.schema.GraphQLCodeRegistry.Builder registry) |
graphql.schema.GraphQLInputType |
inputType() |
graphql.schema.GraphQLOutputType |
outputType() |
prompto.type.IType |
reflectedType() |
static final Map<String,GraphQLType> TYPE_BY_NAME_MAP
static graphql.schema.GraphQLInputType buildInputType(prompto.type.IType type,
graphql.schema.GraphQLCodeRegistry.Builder registry)
static graphql.schema.GraphQLOutputType buildOutputType(prompto.type.IType type,
graphql.schema.GraphQLCodeRegistry.Builder registry)
graphql.schema.GraphQLInputType inputType()
graphql.schema.GraphQLOutputType outputType()
prompto.type.IType reflectedType()
static GraphQLType build(prompto.type.IType type, graphql.schema.GraphQLCodeRegistry.Builder registry)
static GraphQLType doBuild(prompto.type.IType type, graphql.schema.GraphQLCodeRegistry.Builder registry)
Copyright © 2020 Prompto. All rights reserved.