Initial commit from monorepo
This commit is contained in:
11
graphql/operations/team/exchange/CreateRequest.graphql
Normal file
11
graphql/operations/team/exchange/CreateRequest.graphql
Normal file
@@ -0,0 +1,11 @@
|
||||
mutation CreateRequest($input: RequestInput!) {
|
||||
createRequest(input: $input) {
|
||||
request {
|
||||
uuid
|
||||
productUuid
|
||||
quantity
|
||||
sourceLocationUuid
|
||||
userId
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user