Skip to content

Commit

Permalink
Remove last references to graphql_ppx.
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerziegler committed Nov 9, 2019
1 parent a7aa578 commit f67eb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Great – we've successfully executed a mutation to like a dog! Existing queries
```reason
[@react.component]
let make = (~key: string) => {
/* Build your request by calling .make on the graphql_ppx module, passing variables as labeled arguments. */
/* Build your request by calling .make on your mutation, passing variables as labeled arguments. */
let request = LikeDogMutation.make(~key, ());
/* Pass the request to useMutation. */
Expand Down

0 comments on commit f67eb9f

Please sign in to comment.