DEV

Mutation.

cartWorkflow

Use the current state of the cart in the workflow.

Arguments

id

ID!

Required

No description

Returns:

Cart!

GraphQL
1
2
3
type Mutation {
  cartWorkflow(id: ID!): Cart!
}

Was this page helpful?