Skip to content

Commit

Permalink
Update benchmark.graphql (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Oct 4, 2024
1 parent 7f648a3 commit aeb2dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/tailcall/benchmark.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ schema
}

type Query {
posts: [Post] @http(path: "/posts")
posts: [Post] @http(path: "/posts", dedupe: true)
greet: String! @expr(body: "Hello World!")
}

Expand Down

0 comments on commit aeb2dcc

Please sign in to comment.