@graphql-tools/jest-transform
Table of contents
Type Aliases
Variables
Functions
Type Aliases
GraphQLGlobalOptions
Ƭ GraphQLGlobalOptions: ThisParameterType<typeof graphqlLoader>["query"]
Defined in
packages/jest-transform/src/index.ts:4
Variables
transformerFactory
• Const transformerFactory: Object
Type declaration
| Name | Type |
|---|---|
process | (...args: any[]) => any |
Defined in
packages/jest-transform/src/index.ts:40
Functions
process
▸ process(...args): any
Parameters
| Name | Type |
|---|---|
...args | any[] |
Returns
any