Files

9 lines
134 B
GraphQL

mutation CreateOffer($input: OfferInput!) {
createOffer(input: $input) {
success
message
workflowId
offerUuid
}
}