@graphql-tools/code-file-loader
Classes
Type Aliases
Type Aliases
CodeFileLoaderConfig
Ƭ CodeFileLoaderConfig: Object
Type declaration
Name | Type | Description |
---|---|---|
noPluck? | boolean | - |
noRequire? | boolean | - |
noSilentErrors? | boolean | Set to true to raise errors if any matched files are not valid GraphQL |
pluckConfig? | GraphQLTagPluckOptions | - |
Defined in
packages/loaders/code-file/src/index.ts:27
CodeFileLoaderOptions
Ƭ CodeFileLoaderOptions: { require?
: string
| string
[] } & CodeFileLoaderConfig
& BaseLoaderOptions
Additional options for loading from a code file