INPUT_OBJECT
ClaimJourneyOfferInput
link GraphQL Schema definition
1 input ClaimJourneyOfferInput { 4 2 # Unique Identifier for a journey. 3 : ID! 7 5 # Unique Identifier for an offer. 6 : ID! 11 8 # Optional - Date override in UTC to claim the campaigns available for a 9 # specific date for allowlist accounts. Defaults to current time. 10 : Time 14 12 # If the offer being claimed is claim-code based 13 : Boolean 15 }