Interface GraphQLTypeVisitor

All Known Implementing Classes:
AppliedDirectiveArgumentsAreValid, AppliedDirectivesAreValid, CodeRegistryVisitor, DefaultValuesAreValid, DeprecatedInputObjectAndArgumentsAreValid, GraphQLTypeCollectingVisitor, GraphQLTypeResolvingVisitor, GraphQLTypeVisitorStub, InputAndOutputTypesUsedAppropriately, MultiReadOnlyGraphQLTypeVisitor, NoUnbrokenInputCycles, OneOfInputObjectRules, TypeAndFieldRule, TypesImplementInterfaces

@PublicApi public interface GraphQLTypeVisitor
GraphQLTypeVisitor can be used to visit all the elements of a schema (types, fields, directives and so on) in a visitor pattern.
See Also: