You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@robertjdominguez Hi! Thanks for the reply :) @nullxone Thanks for the advice :)
I've already configured Global ID, but that's not the point.
Opaque Global ID, Node interface, and node query are just part of Relay spec.
For example, the screenshot below is from Hasura v2.
As you can see, there are pageInfo, edges, cursor, node ..
v2 supports them while v3 doesn't.
To declare "ddn supports Relay spec", GraphQL Cursor Connections Specification must be supported as well.
Without Cursor Connections Spec, directives like @connection, which is used for Relay Client implementation, will take no effect.
I've updated the docs to accurately reflect what we support with respect to Relay and have added the c/v3-engine tag to this issue.
This tag will trigger an internal automation so we can track this and get back to you with information about the feature request. Let us know if you have any questions!
Component
c/v3-engine
Is your proposal related to a problem?
There's GraphQL Cursor Connections Specification for Relay.
Hasura v2 supports it.
Hasura v3 ddn docs argue it also supports the spec.
But I actually cannot find a way to enable it.
Describe the solution you'd like
Metadata setting for Relay's Cursor-Connection Spec.
Describe alternatives you've considered
Additional APIs (e.g.
connection
suffix as like v2)The text was updated successfully, but these errors were encountered: