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