public interface ClientGraphQlRequest extends GraphQlRequest
GraphQlRequest for client side use.| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes()
Return the client request attributes.
|
getDocument, getExtensions, getOperationName, getVariables, toMapMap<String,Object> getAttributes()
The attributes purely for client side request processing, i.e. available
throughout the GraphQlClientInterceptor chain, but not sent.