diff --git a/graphql/tailcall/benchmark.graphql b/graphql/tailcall/benchmark.graphql index 34c19969..29374b60 100644 --- a/graphql/tailcall/benchmark.graphql +++ b/graphql/tailcall/benchmark.graphql @@ -1,10 +1,10 @@ schema - @server(port: 8000) + @server(port: 8000, dedupe: true) @upstream( baseURL: "http://jsonplaceholder.typicode.com" poolMaxIdlePerHost: 200 tcpKeepAlive: 60 - proxy: { url: "http://127.0.0.1:3000" } + proxy: { url: "http://127.0.0.1:3000" } ) { query: Query }