Class StandalonePricesGraphQLQuery

java.lang.Object
com.netflix.graphql.dgs.client.codegen.GraphQLQuery
com.commercetools.graphql.api.client.StandalonePricesGraphQLQuery

public class StandalonePricesGraphQLQuery extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
StandalonePrices are managed and queried through the StandalonePrices API and associated to a ProductVariant through the sku field.
  • Constructor Details

    • StandalonePricesGraphQLQuery

      public StandalonePricesGraphQLQuery(String where, List<String> sort, Integer limit, Integer offset, String queryName, Set<String> fieldsSet)
    • StandalonePricesGraphQLQuery

      public StandalonePricesGraphQLQuery()
  • Method Details

    • getOperationName

      public String getOperationName()
      Specified by:
      getOperationName in class com.netflix.graphql.dgs.client.codegen.GraphQLQuery
    • newRequest

      public static StandalonePricesGraphQLQuery.Builder newRequest()