Skip to content

Commit

Permalink
Link to 'GraphQL' to description in network page (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerismycat authored and helfer committed Aug 23, 2016
1 parent 74a028d commit 9557801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/apollo-client/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Of course, you don't always want to use the existing data in the store - sometim

<h2 id="query" title="ApolloClient#query">ApolloClient#query(options)</h2>

Run a GraphQL query and return a promise that resolves to a `GraphQLResult`, or throws an [`ApolloError`](#ApolloError).
Run a GraphQL query and return a promise that resolves to a [`GraphQLResult`](./network.html#GraphQLResult), or throws an [`ApolloError`](#ApolloError).

- `query: string` A GraphQL query string to fetch.
- `variables: Object` The variables to pass along with the query.
Expand Down

0 comments on commit 9557801

Please sign in to comment.