Comment directive to use `id` in relay style `node` interface

Open
#241 0 comments 3 reactions 1 assignee View on GitHub

@olirice is already working on this.

Since Nov 23, 2022.

Assessment

This issue has not been assessed yet.

Description

enhancement

Add a comment directive, relay_style_ids to remap any <table.id> fields to collectionId (or similar) and use id as the ID! to interop with relay with default relay config.

Note, you can currently use relay by adding nodeInterfaceIdField to your relay config

{
  "src": "./src",
  ...
  "schemaConfig": {
    "nodeInterfaceIdField": "nodeId"
  }
}
Dominant language
Rust
Stars
3.4k
Forks
141
Avg merge
19m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from supabase/pg_graphql

All issues in supabase/pg_graphql

Similar issues

More Rust issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.