Skip to main content

draftOrderUpdate

DEPRECATED

This will be removed on August 15, 2025. Use nauticalDraftOrderUpdate instead.

Updates a draft order.

draftOrderUpdate(
id: ID!
input: DraftOrderInput!
): DraftOrderUpdate @deprecated

Arguments

draftOrderUpdate.id ● ID! non-null scalar

ID of a draft order to update.

draftOrderUpdate.input ● DraftOrderInput! non-null input

Fields required to update an order.

Type

DraftOrderUpdate object

Updates a draft order.

Was this page helpful?