Skip to content

aryapreetam/graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple GraphQL server example

A Simple GraphQL server with Queries, Mutation and Subscriptions support

Installation

  1. Clone this repository: git clone https://github.com/preetb123/graphql-server.git
  2. cd into graphql-server folder and run following commands:
    1. Run npm install
    2. Run npm run dev
  3. Open your browser and see the server running at http://localhost:3002/graphiql

GraphQL server running

Test Queries, Mutation and Subscriptions

Query

Query with parameter

Mutation

Mutation Mutation with query variables

Subscriptions

About

A simple GraphQL server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published