Skip to content

KualiCo/graphql-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphql Example

Here is a simple an example of a graphql server running on express.

Installation/Usage

Clone the repository.

cd into project directory.

yarn # Install dependencies
yarn start # Starts the server

Open up http://localhost:8000/graphiql to view the GraphiQL interface. To run one of the queries, put your cursor in one of the queries and press cmd + enter or click on the "play" button and select the query by name.

All of the data is in memory so restarting the server will clear out your data.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published