Files
webapp/graphql/operations/team/exchange/CreateRequest.graphql
2026-01-07 09:10:35 +07:00

12 lines
189 B
GraphQL

mutation CreateRequest($input: RequestInput!) {
createRequest(input: $input) {
request {
uuid
productUuid
quantity
sourceLocationUuid
userId
}
}
}