Skip to main content

Client Schema Extensions

Relay can be used to read and write local data, and act as a single source of truth for all data in your client application.

Client schema extensions allows you to modify existing types on the schema (e.g., by adding new fields to a type), or to create entirely new types that only exist in the client.

For more information, read the docs here and here.