1.5.2 • Published 2 years ago

graphql-client-example-server v1.5.2

Weekly downloads
5
License
MIT
Repository
github
Last release
2 years ago

graphql-client-example-server

A simple GraphQL server for powering examples of various GraphQL clients in various languages.

Installation

You can install and run the server without needing to clone this repo by doing:

npm install -g graphql-client-example-server

...and then simply running with graphql-client-example-server.

You can also provide a PORT environment variable to control what port the server will run on (default 4000).

Developing

Running

yarn start

Building

yarn && yarn build --watch

// In a separate terminal
yarn start

Features to cover

  • Node interface (for Relay)
  • Globally unique IDs
  • Database IDs
  • Connection-based pagination
  • Limit/offset-based pagination
  • Mutations
  • Enums
  • Custom scalars
  • Unions
  • Subscriptions
  • Defer/stream
  • Artifical delay's to emphasize defer/stream
1.5.2

2 years ago

1.5.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago