Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 409 Bytes

named-operations-object.md

File metadata and controls

28 lines (19 loc) · 409 Bytes

Installation

:::shell Using yarn

$ yarn add -D @graphql-codegen/named-operations-object

:::

API Reference

identifierName

type: string default: namedOperations

Allow you to customize the name of the exported identifier

Usage Examples

generates:
path/to/file.ts:
 plugins:
   - typescript
   - named-operations-object
 config:
   identifierName: ListAllOperations