Interface ClientGraphQlRequest

All Superinterfaces:
GraphQlRequest

public interface ClientGraphQlRequest extends GraphQlRequest
GraphQlRequest for client side use.
Since:
1.0.0
Author:
Rossen Stoyanchev
  • Method Details

    • getAttributes

      Map<String,Object> getAttributes()
      Return the client request attributes.

      The attributes purely for client side request processing, i.e. available throughout the GraphQlClientInterceptor chain, but not sent.