Class InStoresGraphQLQuery

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

public class InStoresGraphQLQuery extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
This field gives access to the resources (such as carts) that are inside one of the given stores.
  • Constructor Details

    • InStoresGraphQLQuery

      public InStoresGraphQLQuery(List<String> keys, String queryName, Set<String> fieldsSet)
    • InStoresGraphQLQuery

      public InStoresGraphQLQuery()
  • Method Details

    • getOperationName

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

      public static InStoresGraphQLQuery.Builder newRequest()