relay support
See original GitHub issueFrom this message https://github.com/hasura/graphql-engine/pull/686#issuecomment-428469217
@srghma Thanks for the feedback but Hasura GraphQL engine does not support relay at the moment. we'll revisit when we add relay support.
What’s missing in graphql-engine to support relay?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:48
- Comments:41 (14 by maintainers)
Top Results From Across the Web
Relay Support
Biden Administration Student Debt Loan Plan: President Biden announced a three-part plan to help student loan borrowers transition back to regular payment as ......
Read more >Contact Us | Relay / GSE
If you'd like to get in touch or request further information, we would love to hear from you. Complete the form below to...
Read more >Relay Financial
Relay Financial Help Center home page ... Accountants and Bookkeepers · Integrations · Relay Pro · Banking with Relay · Cards · Sending...
Read more >Have a Question? Contact Our Team for Help
Have a question about your new Relay or just want to learn more about the product? We can help—contact our support team today....
Read more >Support
Skip to content. Search. CALL US (800) 624 6866 · SHOP · Alarm-Relay-logo. Main Menu. Monitoring Menu Toggle. Smart Home · Security Systems ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @srghma @toxsick relay makes assumptions about the GraphQL server as outlined here. We haven’t made any attempt to implement this spec yet. At a quick glance, we don’t have cursors for pagination. Apart from that it shouldn’t be hard to map rest of the spec to what we already have right now.
We haven’t received a lot of community interest in this feature. We’ll revisit this once more people ask for this. You can add a
+1
reaction to show interest.Thank you all for taking the time to time to respond how important this feature is for you 😃 This has always been on our radar; we made an exploratory attempt last year too.
Just to give a bit of background, the interface that you see currently with Hasura existed before the first release of GraphQL specification in 2015 (before GraphQL, queries were written in a JSON based DSL called RQL which the console still uses!). Because of this there are some assumptions about the query interface through the codebase. However once we refactor some parts of the codebase as outlined in https://github.com/hasura/graphql-engine/issues/2801, adding an interface like Relay should be fairly straightforward. Our priority currently is to get the 1.0 release out (couple of releases away), and then work on #2801 to implement the Relay interface.