Skip to content

Commit

Permalink
Merge branch 'release/v0.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivome committed May 3, 2016
2 parents 4f23005 + 0137ce9 commit 6116be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ of a GraphQL server.
An overview of the functionality that a Relay-compliant GraphQL server should
provide is in the [GraphQL Relay Specification](https://facebook.github.io/relay/docs/graphql-relay-specification.html)
on the [Relay website](https://facebook.github.io/relay/). That overview
describes a simple set of examples that exist as [tests](src/__tests__) in this
describes a simple set of examples that exist as [tests](tests) in this
repository. A good way to get started with this repository is to walk through
that documentation and the corresponding tests in this library together.

Expand Down Expand Up @@ -64,9 +64,6 @@ when they return a connection type that only supports backward pagination.
- `Relay::connectionFromArray` is a helper method that takes an array and the
arguments from `connectionArgs`, does pagination and filtering, and returns
an object in the shape expected by a `connectionType`'s `resolve` function.
- `Relay::connectionFromPromisedArray` is similar to `connectionFromArray`, but
it takes a promise that resolves to an array, and returns a promise that
resolves to the expected shape by `connectionType`.
- `Relay::cursorForObjectInConnection` is a helper method that takes an array and a
member object, and returns a cursor for use in the mutation payload.

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": ">=5.4,<8.0-DEV",
"webonyx/graphql-php": "^0.5.7"
"webonyx/graphql-php": ">=0.5.7"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand Down

0 comments on commit 6116be5

Please sign in to comment.