Skip to main content

SupplyRequestCreate

Create a new SupplyRequest resource.

Mutation

mutation SupplyRequestCreate($input: SupplyRequestCreateInput!) {
SupplyRequestCreate(input: $input) {
id
}
}

Input

Return Type

Returns the created SupplyRequest resource.