Class: ReplaceFieldTransform
transforms/replace-field/src.ReplaceFieldTransform
Implements
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new ReplaceFieldTransform(options
)
Parameters
Name | Type |
---|---|
options | MeshTransformOptions <ReplaceFieldTransformConfig > |
Properties
noWrap
• noWrap: boolean
= true
Implementation of
Defined in
packages/transforms/replace-field/src/index.ts:21
Methods
transformSchema
▸ transformSchema(schema
): GraphQLSchema
Parameters
Name | Type |
---|---|
schema | GraphQLSchema |
Returns
GraphQLSchema
Implementation of
MeshTransform.transformSchema