AdrianLC / graphql-voyager

🛰️ Represent any GraphQL API as an interactive graph

Home Page:https://apis.guru/graphql-voyager/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example GraphQL-Voyager Install


Attribution: the contents of this folder was copied from GraphiQL example and modified for GraphQL-Voyager example. See copyright below:

Copyright (c) Facebook, Inc. All rights reserved. LICENSE


This example uses the version of GraphQL-Voyager found in the parent directory, rather than depending on npm, so that it is easier to test new changes. In order to use the compiled version of GraphQL-Voyager, first run in the parent directory before installing and starting the example.

  1. Run npm install && npm run build:release in the parent directory
  2. Navigate to this directory (example) in Terminal
  3. npm install
  4. npm start
  5. Open your browser to the address listed in your console. e.g. Started on http://localhost:49811/

About

🛰️ Represent any GraphQL API as an interactive graph

https://apis.guru/graphql-voyager/


Languages

Language:JavaScript 65.4%Language:HTML 34.6%