1.0.0 • Published 3 years ago

xampr.web v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Introduction

TODO: Give a short introduction of your project. Let this section explain the objectives or the motivation behind this project.

Getting Started

TODO: Guide users through getting your code up and running on their own system. In this section you can talk about: 1. Installation process 2. Software dependencies 3. Latest releases 4. API references

Build and Test

TODO: Describe and show how to build your code and run the tests.

Contribute

Get Schema

  • Install get-graphql-schema globally npm install -g get-graphql-schema
  • Run the below command to fetch the Schema. get-graphql-schema http://localhost:5000/graphql > schema.graphql