Skip to content

Commit

Permalink
docs: remove punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
toniocodo committed Oct 3, 2023
1 parent 54b3c78 commit 84f8c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ We use `react-query` in conjunction with `graphql-codegen` for interacting with
- run the graphql-codegen task with `pnpm nx run oeth-shared:codegen-graphql`, it will generate
- the global types in `libs/oeth/shared/src/generated/graphql.ts` and
- the generated hooks next to your graphql file (i.e. `/libs/oeth/history/src/queries.generated.tsx`)
- use the generated hooks in your component with fully typed args and results!
- use the generated hooks in your component with fully typed args and results

Couple of things to note:
- generated hooks receives args as first param, second param exposes all react-query api for controlling execution
Expand Down

0 comments on commit 84f8c07

Please sign in to comment.