Brikl Logo

BETA

/
Gear Icon

Reference

Introduction

Queries

Mutations

Objects

Enums

Input objects

Interfaces

Scalars


Guides

Mutations

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.


updateOrder

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.


updateOrderMetadata

Updates the meta field of an order.