Add support to configure http-client settings on the server
schema @server(http: {
keepAliveInterval: 1,
keepAliveTimeout: 1
keepAliveWhileIdle: true,
poolIdleTimeout: 1024
poolMaxIdlePerHost: 100
}) {
query: Query
mutation: Mutation
}
Use these settings while configuring http_client.rs
Add support to configure http-client settings on the server
Use these settings while configuring
http_client.rs