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
Hi! I've sort of been thinking about this myself. The big question, in my view, is whether AURA itself should be a GraphQL API instead of a REST API.
TBH, I don't have a lot of experience with GraphQL, but it might answer some of the trickier questions that came up in the AURA design. You mentioned multiple requests and includes, which are certainly the big ones. GraphQL also seems to have a concept called "subscriptions" that could help with getting incremental updates to cached data.
I'd be interested to hear thoughts from people with more experience on this front! It might be interesting to try designing the GraphQL equivalent and to see how it feels compared to the JSON-API version we have now.
I was thinking, what if we create a GraphQL project to:
?include=field1,field2
For an example, I would mention the https://github.com/exogen/graphbrainz project
Relevant XKCD but I think it would be useful
The text was updated successfully, but these errors were encountered: