Uses of Class
graphql.schema.GraphQLTypeVisitorStub
Packages that use GraphQLTypeVisitorStub
Package
Description
-
Uses of GraphQLTypeVisitorStub in graphql.schema
Subclasses of GraphQLTypeVisitorStub in graphql.schemaModifier and TypeClassDescriptionclass
This ensure that all fields have data fetchers and that unions and interfaces have type resolversclass
private static final class
-
Uses of GraphQLTypeVisitorStub in graphql.schema.idl
Subclasses of GraphQLTypeVisitorStub in graphql.schema.idlModifier and TypeClassDescriptionclass
-
Uses of GraphQLTypeVisitorStub in graphql.schema.impl
Subclasses of GraphQLTypeVisitorStub in graphql.schema.impl -
Uses of GraphQLTypeVisitorStub in graphql.schema.transform
Subclasses of GraphQLTypeVisitorStub in graphql.schema.transformModifier and TypeClassDescriptionprivate static class
private static class
private static class
private static class
-
Uses of GraphQLTypeVisitorStub in graphql.schema.validation
Subclasses of GraphQLTypeVisitorStub in graphql.schema.validationModifier and TypeClassDescriptionclass
class
class
class
Schema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyclass
Schema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyclass
class
The validation about GraphQLObjectType, GraphQLInterfaceType, GraphQLUnionType, GraphQLEnumType, GraphQLInputObjectType, GraphQLScalarType.class
Schema validation rule ensuring object and interface types have all the fields that they need to implement the interfaces they say they implement. -
Uses of GraphQLTypeVisitorStub in graphql.schema.visitor
Subclasses of GraphQLTypeVisitorStub in graphql.schema.visitor