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