wrap_src.filtertypes
#
Class: FilterTypeswrap/src.FilterTypes
#
Hierarchy- FilterTypes
#
Implements#
Table of contents#
Constructors#
Methods#
Constructors#
constructor+ new FilterTypes(filter
: (type
: GraphQLNamedType) => boolean): FilterTypes
#
Parameters:Name | Type |
---|---|
filter | (type : GraphQLNamedType) => boolean |
Returns: FilterTypes
Defined in: packages/wrap/src/transforms/FilterTypes.ts:8
#
Methods#
transformSchemaâ–¸ transformSchema(originalWrappingSchema
: GraphQLSchema, _subschemaConfig
: SubschemaConfig<any, any, any\>, _transformedSchema?
: GraphQLSchema): GraphQLSchema
#
Parameters:Name | Type |
---|---|
originalWrappingSchema | GraphQLSchema |
_subschemaConfig | SubschemaConfig<any, any, any\> |
_transformedSchema? | GraphQLSchema |
Returns: GraphQLSchema
Defined in: packages/wrap/src/transforms/FilterTypes.ts:14