Skip to content

Commit

Permalink
add note
Browse files Browse the repository at this point in the history
  • Loading branch information
nesskazu committed Aug 7, 2024
1 parent afa254a commit 74368fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage_with_relay.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Modify your `relay.config.js` file to reflect the following:
- `schemaConfig` tells the Relay compiler where to find the `nodeId` field on the `node` interface
- `customScalarTypes` will improve Relay's type emission

!!! note

For Relay versions older than v16.2.0, it should be named `customScalars` instead.

### Configuring your Relay Environment

This example uses [Supabase](https://supabase.com) for the GraphQL server, but pg_graphql can be used independently.
Expand Down

0 comments on commit 74368fc

Please sign in to comment.