Skip to content

GraphQL Plugin #14

@Akryum

Description

@Akryum

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions