Uses of Class
graphql.schema.GraphQLTypeVisitorStub
Packages that use GraphQLTypeVisitorStub
-
Uses of GraphQLTypeVisitorStub in graphql.schema
Subclasses of GraphQLTypeVisitorStub in graphql.schemaModifier and TypeClassDescriptionclassThis ensure that all fields have data fetchers and that unions and interfaces have type resolversclass -
Uses of GraphQLTypeVisitorStub in graphql.schema.impl
Subclasses of GraphQLTypeVisitorStub in graphql.schema.impl -
Uses of GraphQLTypeVisitorStub in graphql.schema.validation
Subclasses of GraphQLTypeVisitorStub in graphql.schema.validationModifier and TypeClassDescriptionclassclassclassclassSchema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyclassSchema validation rule ensuring no input type forms an unbroken non-nullable recursion, as such a type would be impossible to satisfyclassclassThe validation about GraphQLObjectType, GraphQLInterfaceType, GraphQLUnionType, GraphQLEnumType, GraphQLInputObjectType, GraphQLScalarType.classSchema validation rule ensuring object and interface types have all the fields that they need to implement the interfaces they say they implement.