Between Relay's original release (2015) and re-release (2017), most of the essential patterns for having a good time with GraphQL in the client were first demonstrated. 8 years later and we're finally seeing the lion's share of these available in other clients.
Comments
https://github.com/apollographql/apollo-client/issues/11666
Lastly, “benefits of Relay” is a moving target. Relay is the first client to implement any of the semantic nullability stuff like `@catch` (https://relay.dev/docs/guides/catch-directive/) which is *amazing* stuff. @capt.dev