Skip to main content

Using with schemas that don't conform to the Relay spec

This section is a WIP.

Relay, and by extension RescriptRelay, expects your schema to conform to certain practices for it to work optimally. The practices are outlined in the Relay server specification. This page will discuss what to do when your schema does not conform to the specification, but you still want to use RescriptRelay.

Global Object Identification and the Node interface

The Relay specification expects all your GraphQL objects to have globally unique IDs. Work in progress....