Class GraphQLTypeVisitorStub

java.lang.Object
graphql.schema.GraphQLTypeVisitorStub
All Implemented Interfaces:
GraphQLTypeVisitor
Direct Known Subclasses:
AppliedDirectiveArgumentsAreValid, AppliedDirectivesAreValid, CodeRegistryVisitor, DefaultValuesAreValid, DeprecatedInputObjectAndArgumentsAreValid, GraphQLTypeCollectingVisitor, GraphQLTypeResolvingVisitor, InputAndOutputTypesUsedAppropriately, NoUnbrokenInputCycles, OneOfInputObjectRules, TypeAndFieldRule, TypesImplementInterfaces

@PublicApi public class GraphQLTypeVisitorStub extends Object implements GraphQLTypeVisitor
Base implementation of GraphQLTypeVisitor for convenience. Overwrite only required methods and/or visitGraphQLType(GraphQLSchemaElement, TraverserContext) as default fallback.