public static class Storefront.CheckoutLineItemsAddPayloadQuery extends Query<Storefront.CheckoutLineItemsAddPayloadQuery>
_queryBuilder, ALIAS_SUFFIX_SEPARATOR| Modifier and Type | Method and Description |
|---|---|
Storefront.CheckoutLineItemsAddPayloadQuery |
checkout(Storefront.CheckoutQueryDefinition queryDef)
The updated checkout object.
|
Storefront.CheckoutLineItemsAddPayloadQuery |
checkoutUserErrors(Storefront.CheckoutUserErrorQueryDefinition queryDef)
The list of errors that occurred from executing the mutation.
|
Storefront.CheckoutLineItemsAddPayloadQuery |
userErrors(Storefront.UserErrorQueryDefinition queryDef)
Deprecated.
Use `checkoutUserErrors` instead.
|
appendQuotedString, startField, startInlineFragment, withAliaspublic Storefront.CheckoutLineItemsAddPayloadQuery checkout(Storefront.CheckoutQueryDefinition queryDef)
public Storefront.CheckoutLineItemsAddPayloadQuery checkoutUserErrors(Storefront.CheckoutUserErrorQueryDefinition queryDef)
@Deprecated public Storefront.CheckoutLineItemsAddPayloadQuery userErrors(Storefront.UserErrorQueryDefinition queryDef)