Skip to content

saltastro/graphql_requests_test_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphQL Requests Test Server

A simple test server for following along with the examples in the documentation of the GraphQL Requests package.

Installing

Clone the directory.

git clone https://github.com/saltastro/graphql_requests_test_server.git;
cd graphql_requests_test_server;

Install all the required packages.

npm init

Usage

Start the server.

npm start

You can then send GraphQL queries to http://localhost:4000/.

The server logs the value of the Authorization header and, for the createUser mutation, the filename and MIME type of the uploaded file.

About

Test server for testing the GraphQL Requests package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published