This package contains a
GraphQlClient
along with HTTP and WebSocket extensions.
-
Set a client request attribute.
Manipulate the client request attributes.
Configure
Coercing
for serialization of scalar types.
Configure
Coercing
for serialization of scalar types.
DgsGraphQlClient.RequestSpec.projection(com.netflix.graphql.dgs.client.codegen.BaseProjectionNode projectionNode)
Provide a BaseProjectionNode
that defines the response selection set.
DgsGraphQlClient.request(com.netflix.graphql.dgs.client.codegen.GraphQLQuery query)
Start defining a GraphQL request for the given GraphQLQuery
.