Class UpdateQuoteGraphQLQuery
java.lang.Object
com.netflix.graphql.dgs.client.codegen.GraphQLQuery
com.commercetools.graphql.api.client.UpdateQuoteGraphQLQuery
public class UpdateQuoteGraphQLQuery
extends com.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionUpdateQuoteGraphQLQuery(Long version, List<QuoteUpdateAction> 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
-
UpdateQuoteGraphQLQuery
public UpdateQuoteGraphQLQuery(Long version, List<QuoteUpdateAction> actions, AsAssociateArgument asAssociate, String id, String key, String queryName, Set<String> fieldsSet) -
UpdateQuoteGraphQLQuery
public UpdateQuoteGraphQLQuery()
-
-
Method Details
-
getOperationName
- Specified by:
getOperationNamein classcom.netflix.graphql.dgs.client.codegen.GraphQLQuery
-
newRequest
-