All Projects → zth → graphql-client-example-server

zth / graphql-client-example-server

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

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to graphql-client-example-server

periqles
React form library for Relay and Apollo
Stars: ✭ 124 (+264.71%)
Mutual labels:  relay, apollo
Graphql Up
Get a ready-to-use GraphQL API for your schema
Stars: ✭ 415 (+1120.59%)
Mutual labels:  relay, apollo
graphql-ts-client
Typescript DSL for GraphQL.
Stars: ✭ 124 (+264.71%)
Mutual labels:  relay, apollo
Fraql
GraphQL fragments made simple ⚡️
Stars: ✭ 433 (+1173.53%)
Mutual labels:  relay, apollo
Js Graphql Intellij Plugin
GraphQL language support for WebStorm, IntelliJ IDEA and other IDEs based on the IntelliJ Platform.
Stars: ✭ 686 (+1917.65%)
Mutual labels:  relay, apollo
Wora
Write Once, Render Anywhere. typescript libraries: cache-persist, apollo-offline, relay-offline, offline-first, apollo-cache, relay-store, netinfo, detect-network
Stars: ✭ 138 (+305.88%)
Mutual labels:  relay, apollo
Graphql Ws
Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client.
Stars: ✭ 398 (+1070.59%)
Mutual labels:  relay, apollo
Get Graphql Schema
Fetch and print the GraphQL schema from a GraphQL HTTP endpoint. (Can be used for Relay Modern.)
Stars: ✭ 443 (+1202.94%)
Mutual labels:  relay, apollo
Graphql Crunch
Reduces the size of GraphQL responses by consolidating duplicate values
Stars: ✭ 472 (+1288.24%)
Mutual labels:  relay, apollo
Graphql Config
One configuration for all your GraphQL tools (supported by most tools, editors & IDEs)
Stars: ✭ 883 (+2497.06%)
Mutual labels:  relay, apollo
Reactconfbr
Public infos and issues about React Conf Brasil organization
Stars: ✭ 156 (+358.82%)
Mutual labels:  relay, apollo
relay-core
Kubernetes-based execution engine
Stars: ✭ 15 (-55.88%)
Mutual labels:  relay
corporate-dashboard
🔥 A blazingly fast corporate dashboard single page web application, built with a focus on component oriented design with React, Relay & GraphQL
Stars: ✭ 52 (+52.94%)
Mutual labels:  apollo
downwrite
✍️ Markdown writing application that's down right, neat.
Stars: ✭ 103 (+202.94%)
Mutual labels:  apollo
boilerplate
Boilerplate for @prisma-cms
Stars: ✭ 22 (-35.29%)
Mutual labels:  apollo
bs-reason-apollo
ReactApollo bindings for BS
Stars: ✭ 23 (-32.35%)
Mutual labels:  apollo
guchub
🎓 Elegantly manage your GUC academic life
Stars: ✭ 15 (-55.88%)
Mutual labels:  apollo
ios-graphql
iOS code examples with GraphQL, Apollo & more
Stars: ✭ 78 (+129.41%)
Mutual labels:  apollo
spring-boot-learn-box
spring boot集成其他组件
Stars: ✭ 21 (-38.24%)
Mutual labels:  apollo
react-chat-app
A real-time chat application with Node.js, Prisma, GraphQL, Next.js, React.js and Apollo.
Stars: ✭ 61 (+79.41%)
Mutual labels:  apollo

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].