Skip to content

Replacing GraphiQL #301

@DevanB

Description

@DevanB

This issue pertains to:

  • GraphQL Playground

After some light investigation, in order to replace GraphiQL with graphql-playground, a few options for pre-filling are necessary. Those are:

  • endpointURL: the relative/absolute URL where graphql-playground will make queries to
  • query: the GraphQL query to pre-fill
  • variables: a JS object of variables to pre-fill
  • operationName: the operationName to pre-fill
  • result: the result of the query to pre-fill

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions