Class: RemoveObjectFieldDeprecations<TContext>
wrap/src.RemoveObjectFieldDeprecations
Type parameters
| Name | Type |
|---|---|
TContext | Record<string, any> |
Implements
Transform<RemoveObjectFieldDeprecationsTransformationContext,TContext>
Table of contents
Constructors
Methods
Constructors
constructor
• new RemoveObjectFieldDeprecations<TContext>(reason)
Type parameters
| Name | Type |
|---|---|
TContext | Record<string, any> |
Parameters
| Name | Type |
|---|---|
reason | string | RegExp |
Defined in
packages/wrap/src/transforms/RemoveObjectFieldDeprecations.ts:18
Methods
transformSchema
▸ transformSchema(originalWrappingSchema, subschemaConfig): GraphQLSchema
Parameters
| Name | Type |
|---|---|
originalWrappingSchema | GraphQLSchema |
subschemaConfig | SubschemaConfig<any, any, any, TContext> |
Returns
GraphQLSchema
Implementation of
Transform.transformSchema
Defined in
packages/wrap/src/transforms/RemoveObjectFieldDeprecations.ts:34