Skip to content

Commit

Permalink
chore(docs): fix example snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 24, 2024
1 parent a3b1d75 commit 714c78c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/guides/10_getting-started/20_generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ const graffle = Graffle.create()
// ---cut---
const data /* [2] */ = await graffle
.document({ // [1]
demoQuery: { // Operation name
query: { // Operation
queries: { // Operation
demoQuery: { // Operation name
continents: { // Query field selection
name: true, // Continent field selection
},
Expand Down

0 comments on commit 714c78c

Please sign in to comment.