Clear and concise description of the problem
We need a GraphQL plugin to reduce boilerplate code needed to start using rstore with a GraphQL API.
Suggested solution
const graphqlPlugin = createGraphqlPlugin({
url: '/graphql',
// Optionally customize requests
onFetch: (payload) => {
return { fieldName: '', params: {}, fields: {} }
},
})
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
We need a GraphQL plugin to reduce boilerplate code needed to start using rstore with a GraphQL API.
Suggested solution
Alternative
No response
Additional context
No response
Validations