Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #220 from williamli/patch-2
Browse files Browse the repository at this point in the history
incorrect GraphQL Client usage in sample code
  • Loading branch information
TimMikeladze authored Sep 27, 2018
2 parents b72abca + f1f5f1c commit da994b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/docs/transport/graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const apolloClient = new ApolloClient({
// apollo options
});
const accountsGraphQL = new GraphQLClient({
const accountsGraphQL = new AccountsGraphQLClient({
graphQLClient: apolloClient,
// other options
});
Expand Down

0 comments on commit da994b9

Please sign in to comment.