SupplyRequestCreate
Create a new SupplyRequest resource.
Mutation
mutation SupplyRequestCreate($input: SupplyRequestCreateInput!) {
SupplyRequestCreate(input: $input) {
id
}
}
Input
input: See SupplyRequestCreateInput for input fields.
Return Type
Returns the created SupplyRequest resource.