Type Alias: VisitableSchemaType
VisitableSchemaType =
GraphQLSchema|GraphQLObjectType|GraphQLInterfaceType|GraphQLInputObjectType|GraphQLNamedType|GraphQLScalarType|GraphQLField<any,any> |GraphQLInputField|GraphQLArgument|GraphQLUnionType|GraphQLEnumType|GraphQLEnumValue
Defined in: packages/utils/src/Interfaces.ts:364