Initial commit from monorepo
This commit is contained in:
8
graphql/operations/team/exchange/CreateOffer.graphql
Normal file
8
graphql/operations/team/exchange/CreateOffer.graphql
Normal file
@@ -0,0 +1,8 @@
|
||||
mutation CreateOffer($input: OfferInput!) {
|
||||
createOffer(input: $input) {
|
||||
success
|
||||
message
|
||||
workflowId
|
||||
offerUuid
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user