BETA
GraphQL mutations change data on the server and fetch the changed data in a single operation. GraphQL mutations are analogous to performing HTTP verbs such as POST, PATCH, and DELETE.
Use the mutations below to update data about the orders placed in your Brikl store.
Updates some of the fields of an order.
updateOrder can update the fields comment, shippingStatus, and paymentStatus. The new content for each field overwrites the current one.
Updates the meta field of an order.