Class GraphQLResponse

java.lang.Object
org.bhn.promotion.core.model.promotions.GraphQLResponse

public class GraphQLResponse extends Object
Represents a response from a GraphQL query containing order data. This class encapsulates the structure of the response, including pagination details and the list of orders returned by the query.
  • Constructor Details

    • GraphQLResponse

      public GraphQLResponse()