Skip to content

Commit

Permalink
- snap updates
Browse files Browse the repository at this point in the history
  • Loading branch information
laststylebender14 committed Sep 2, 2024
1 parent 177457f commit be83681
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ schema @server @upstream {
}

type Query {
usersAge(age: Int): Empty @http(baseURL: "https://example.com", path: "/users", query: [{key: "age", value: "{{.args.age}}"}])
usersAge(age: Int): JSON @http(baseURL: "https://example.com", path: "/users", query: [{key: "age", value: "{{.args.age}}"}])
}

0 comments on commit be83681

Please sign in to comment.