Interface ClientGraphQlRequest
- All Superinterfaces:
GraphQlRequest
GraphQlRequest
for client side use.- Since:
- 1.0.0
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionReturn the client request attributes.Methods inherited from interface org.springframework.graphql.GraphQlRequest
getDocument, getExtensions, getOperationName, getVariables, toMap
-
Method Details
-
getAttributes
Return the client request attributes.The attributes purely for client side request processing, i.e. available throughout the
GraphQlClientInterceptor
chain, but not sent.
-