We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5a995 commit afa254aCopy full SHA for afa254a
docs/usage_with_relay.md
@@ -20,7 +20,7 @@ Modify your `relay.config.js` file to reflect the following:
20
nodeInterfaceIdField: 'nodeId',
21
nodeInterfaceIdVariableName: 'nodeId',
22
},
23
- customScalars: {
+ customScalarTypes: {
24
UUID: 'string',
25
Datetime: 'string',
26
JSON: 'string',
@@ -32,7 +32,7 @@ Modify your `relay.config.js` file to reflect the following:
32
```
33
34
- `schemaConfig` tells the Relay compiler where to find the `nodeId` field on the `node` interface
35
- - `customScalars` will improve Relay's type emission
+ - `customScalarTypes` will improve Relay's type emission
36
37
### Configuring your Relay Environment
38
0 commit comments