Skip to main content

SupplyDeliveryCreate

Create a new SupplyDelivery resource.

Mutation

mutation SupplyDeliveryCreate($input: SupplyDeliveryCreateInput!) {
SupplyDeliveryCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created SupplyDelivery resource.