Skip to Content
GraphQL Tools
DocumentationAPI@graphql-tools/utilssrctype-aliasesVisitableSchemaType

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