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