Skip to content

React application that integrates GraphiQL with the Explorer and Server Select plugins, allowing users to interactively explore GraphQL schemas and switch between different GraphQL endpoints.

License

Notifications You must be signed in to change notification settings

0xceba/graphiql_explorer_select-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphiQL with Explorer and Server Select Plugins

This is a React application that integrates GraphiQL with the Explorer and Select Server plugins. The Explorer plugin provides an interactive interface for visually exploring and constructing GraphQL operations, as seen below: GraphiQL with Explorer plugin visible

The Select Server plugin lets users conveniently switch the GraphQL endpoint, as seen below: GraphiQL with Select Server plugin visible

Features

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm (v6 or later)

Install the Dependencies

To install the application's dependencies, run:

npm install

Running the Application

To run the application on the Webpack Development Server, run:

npm start

Building for Production

To build the application for production, run:

npm run build

About

React application that integrates GraphiQL with the Explorer and Server Select plugins, allowing users to interactively explore GraphQL schemas and switch between different GraphQL endpoints.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published