Skip to content

Commit

Permalink
fix fragment syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Jan 16, 2024
1 parent 72a4d1b commit 9c4d7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This means, all we see in our code is the plain GraphQL documents with no annota
import { graphql } from 'gql.tada';

const fragment = graphql(`
fragment HelloWorld extends Query {
fragment HelloWorld on Query {
hello
world
}
Expand Down

0 comments on commit 9c4d7e1

Please sign in to comment.