Uses of Class
graphql.schema.GraphQLTypeReference
-
Packages that use GraphQLTypeReference Package Description graphql.schema graphql.schema.impl -
-
Uses of GraphQLTypeReference in graphql.schema
Methods in graphql.schema that return GraphQLTypeReference Modifier and Type Method Description static GraphQLTypeReference
GraphQLTypeReference. typeRef(java.lang.String typeName)
A factory method for creating type references so that when used with static imports allows more readable code such as.type(typeRef(GraphQLString))
-
Uses of GraphQLTypeReference in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLTypeReference Modifier and Type Method Description TraversalControl
MultiReadOnlyGraphQLTypeVisitor. visitGraphQLTypeReference(GraphQLTypeReference node, TraverserContext<GraphQLSchemaElement> context)
-