wrap_src.removeobjectfielddeprecations
#
Class: RemoveObjectFieldDeprecationswrap/src.RemoveObjectFieldDeprecations
#
Hierarchy- RemoveObjectFieldDeprecations
#
Implements#
Table of contents#
Constructors#
Methods#
Constructors#
constructor+ new RemoveObjectFieldDeprecations(reason
: string | RegExp): RemoveObjectFieldDeprecations
#
Parameters:Name | Type |
---|---|
reason | string | RegExp |
Returns: RemoveObjectFieldDeprecations
Defined in: packages/wrap/src/transforms/RemoveObjectFieldDeprecations.ts:12
#
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/RemoveObjectFieldDeprecations.ts:30