Class StandalonePriceGraphQLQuery

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

public class StandalonePriceGraphQLQuery 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

    • StandalonePriceGraphQLQuery

      public StandalonePriceGraphQLQuery(String id, String key, String queryName, Set<String> fieldsSet)
    • StandalonePriceGraphQLQuery

      public StandalonePriceGraphQLQuery()
  • Method Details

    • getOperationName

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

      public static StandalonePriceGraphQLQuery.Builder newRequest()