Skip to content

Commit 57c6ea8

Browse files
authored
Fiddle with language
1 parent 361c572 commit 57c6ea8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ The `grapqhl-java` root Logger name is `graphql`.
393393
394394
#### Relay and Apollo Support
395395
396-
There is a very basic support for [Relay](https://github.com/facebook/relay) and [Apollo](https://github.com/apollographql/apollo-client) included. Apollo will work with any schema, but Relay requires that your schema follows the Relay specification. Please look at https://github.com/andimarek/todomvc-relay-java for an example
396+
Very basic support for [Relay](https://github.com/facebook/relay) and [Apollo](https://github.com/apollographql/apollo-client) is included. While Apollo works with any schema, your schema will have to follow the Relay specification in order to work with Relay. Please look at https://github.com/andimarek/todomvc-relay-java for an example
397397
project how to use it.
398398
399399
Relay and Apollo send queries to the GraphQL server as JSON containing a `query` field and a `variables` field. The `query` field is a JSON string,

0 commit comments

Comments
 (0)