Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/relay-compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ file sources, and "listen" to the file changes in the "watch" mode. If
the future. Enabling this means you will have to update your application
whenever the GraphQL server schema adds new enum values to prevent it from
breaking. [boolean][default: false]
- `customScalars` Mappings from custom scalars in your schema to built-in
GraphQL types, for type emission purposes. [object]
- `customScalarTypes` Mappings from custom scalars in your schema to built-in
GraphQL types, for type emission purposes (eg. {"GqlScalar": "TStype"}). [object]
- `eagerEsModules` This option enables emitting ES modules artifacts.
[boolean][default: false]
- `persistConfig` Relay supports two versions of the config:
Expand Down