Initial commit from monorepo
This commit is contained in:
9
graphql/operations/team/exchange/GetRequests.graphql
Normal file
9
graphql/operations/team/exchange/GetRequests.graphql
Normal file
@@ -0,0 +1,9 @@
|
||||
query GetRequests($userId: String!) {
|
||||
getRequests(userId: $userId) {
|
||||
uuid
|
||||
productUuid
|
||||
quantity
|
||||
sourceLocationUuid
|
||||
userId
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user