Switching to Another GraphQL Client in RedwoodJS
RedwoodJS ships with Apollo Client as its default GraphQL client. With the 0.22.0 release of Redwood it's now possible to use another GraphQL client if you want. The key is the new <GraphQLHooksProvider> component where you can plug in whatever useQu...
Jan 18, 20213 min read426

