Skip to content

Commit

Permalink
Fix typo (#8701)
Browse files Browse the repository at this point in the history
documentto => document to
  • Loading branch information
joshlbaker committed Dec 6, 2022
1 parent 2d2b9bb commit 5eb27ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/guides/react-vue.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ const films = computed(() => result.value?.allFilms?.edges?.map(e => e?.node!))

</Callout>

Simply use the provided `graphql()` function (from `../src/gql/`) to define your GraphQL Query or Mutation, then, get instantly typed-variables and result just by passing your GraphQL documentto your favorite client ✨
Simply use the provided `graphql()` function (from `../src/gql/`) to define your GraphQL Query or Mutation, then, get instantly typed-variables and result just by passing your GraphQL document to your favorite client ✨

Let's now take a look at how to define our `<Film>` component using the `FilmItem` fragment and its corresponding TypeScript type.

Expand Down

0 comments on commit 5eb27ad

Please sign in to comment.