Documentation
API Reference
Classes
FilterTypes

graphql-tools-monorepo / wrap/src / FilterTypes

Class: FilterTypes<TContext>

wrap/src.FilterTypes

Type parameters

NameType
TContextRecord<string, any>

Implements

  • Transform<FilterTypesTransformationContext, TContext>

Table of contents

Constructors

Methods

Constructors

constructor

new FilterTypes<TContext>(filter): FilterTypes<TContext>

Type parameters

NameType
TContextRecord<string, any>

Parameters

NameType
filter(type: GraphQLNamedType) => boolean

Returns

FilterTypes<TContext>

Defined in

packages/wrap/src/transforms/FilterTypes.ts:12

Methods

transformSchema

transformSchema(originalWrappingSchema, _subschemaConfig): GraphQLSchema

Parameters

NameType
originalWrappingSchemaGraphQLSchema
_subschemaConfigSubschemaConfig<any, any, any, TContext>

Returns

GraphQLSchema

Implementation of

Transform.transformSchema

Defined in

packages/wrap/src/transforms/FilterTypes.ts:16