ivome / graphql-relay-php

A library to help construct a graphql-php server supporting react-relay.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StarWars example app + tests, documentation

ivome opened this issue · comments

The StarWars example is not implemented yet:

https://github.com/graphql/graphql-relay-js/tree/master/src/__tests__

  • starWarsConnectionTests.js
  • starWarsData.js
  • starWarsMutationTests.js
  • starWarsObjectIdentificationTests.js
  • starWarsSchema.js

After that, we can copy those examples to README.md

  • README.md update