Uses of Interface
prompto.graphql.GraphQLType
-
Packages that use GraphQLType Package Description prompto.graphql -
-
Uses of GraphQLType in prompto.graphql
Fields in prompto.graphql with type parameters of type GraphQLType Modifier and Type Field Description static Map<String,GraphQLType>GraphQLType. TYPE_BY_NAME_MAPMethods in prompto.graphql that return GraphQLType Modifier and Type Method Description static GraphQLTypeGraphQLType. build(prompto.type.IType type, graphql.schema.GraphQLCodeRegistry.Builder registry)static GraphQLTypeGraphQLType. doBuild(prompto.type.IType type, graphql.schema.GraphQLCodeRegistry.Builder registry)
-