An open API service indexing awesome lists of open source software.

https://github.com/andyatkinson/graphql-demo

Trying out GraphQL
https://github.com/andyatkinson/graphql-demo

Last synced: 12 months ago
JSON representation

Trying out GraphQL

Awesome Lists containing this project

README

          

#### Server

* Express server

#### Queries

```
curl -X POST \
-H "Content-Type: application/json" \
-d '{"query": "{ hello }"}' \
http://localhost:4000/graphql
```

#### GraphQL clients

[Relay](http://graphql.org/graphql-js/graphql-clients/) - "can automatically handle batching, caching"