Make GraphQL schema use Relay compliant Node ids and fix the node query to accept them
mbirkegaard
PROOP
6 months ago
The GraphQL API defines a Node interface and a node query, but node is from specific types, don't work with the node query.
It would be very useful to have a Relay compliant schema when experimenting with our own clients.
Since it would be a breaking change to change id, you could e.g. add a new Relay compliant opaquenodeId field on the Node interface.
0 Threads mention this feature
0 Replies