Class UpdateApprovalRuleGraphQLQuery
java.lang.Object
com.netflix.graphql.dgs.client.codegen.GraphQLQuery
com.commercetools.graphql.api.client.UpdateApprovalRuleGraphQLQuery
public class UpdateApprovalRuleGraphQLQuery
extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUpdateApprovalRuleGraphQLQuery(Long version, List<ApprovalRuleUpdateAction> actions, AsAssociateArgument asAssociate, String id, String key, String queryName, Set<String> fieldsSet) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.netflix.graphql.dgs.client.codegen.GraphQLQuery
getInput, getName, getOperation, getOperationType, getQueryAlias, getVariableDefinitions, setQueryAlias
-
Constructor Details
-
UpdateApprovalRuleGraphQLQuery
public UpdateApprovalRuleGraphQLQuery(Long version, List<ApprovalRuleUpdateAction> actions, AsAssociateArgument asAssociate, String id, String key, String queryName, Set<String> fieldsSet) -
UpdateApprovalRuleGraphQLQuery
public UpdateApprovalRuleGraphQLQuery()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classcom.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
newRequest
-