Skip to content

Commit

Permalink
Update benchmark.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath authored Oct 24, 2024
1 parent 5e0473d commit 9c1db3c
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 @@ -28,5 +28,5 @@ type Post {
userId: Int!
title: String!
body: String!
user: User @http(path: "/users/{{value.userId}}", dedupe: true)
user: User @http(url: "http://jsonplaceholder.typicode.com/users/{{value.userId}}", dedupe: true)
}

0 comments on commit 9c1db3c

Please sign in to comment.