Support for Relay Modern
See original GitHub issueI’ve tried to use the Relay Modern pagination container, but it is not possible since in the API PageInfo
scheme is missing the endCursor
and startCursor
fields… Any plan to add these to the Storefront API any time soon?
Issue Analytics
- State:
- Created 6 years ago
- Comments:12
Top Results From Across the Web
New in Relay Modern
The Relay Modern Core adds support for client schema extensions. These allow Relay to conveniently store some extra information with data fetched from...
Read more >Relay Modern: Simpler, faster, more extensible
Relay is our JavaScript framework for building data-driven applications. It combines React for composable user interfaces and GraphQL for ...
Read more >Exploring GraphQL Relay – Modern vs. Classic
GraphQL is an incredible API technology that lets consumers describe their data requirements with a simple, declarative query language.
Read more >Relay Modern Network Layer with middlewares ... - GitHub
The ReactRelayNetworkModern is a Network Layer for Relay Modern with various middlewares which can manipulate requests/responses on the fly (change auth ...
Read more >Support for Relay Modern - Discuss Dgraph
When I have used a service in the past (eg Hasura) they produce a relay compliant endpoint for you to use. You still...
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 FreeTop 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
Top GitHub Comments
If/when the official Relay spec is updated to include those fields, we’ll add them as well.
That isn’t possible unless they remove the requirement of those fields right?
I’ll leave this issue open to track the status of Relay.
Hi Everyone,
I think now
startCursor
andendCursor
is required. I am using relay version 11.0.2. And I am getting the following error.