Support for Relay Modern

Thanks for the swift reply! I am not too sure about just adding in the Node interface is enough… (I could be wrong). For example you query data based via connection queries and edge types.

What I mean by “natively” is that I provide a Type, the heavy lifting of adding the connections/edges/node types/mutations etc are handled for me. For example how Hasura solves this is via an opt in feature that builds a relay compliant version of your schema for you.

I am new to the back end world of GraphQL and only used services that handle this for me, hence the possible confusion on my part.

If you are able to find additional resources for having a Relay compliant schema with Dgraph that would be very helpful!

2 Likes