RequestItemCreateInput
Autogenerated input type of RequestItemCreate
graphql
input RequestItemCreateInput {
globalPersonalizations: Json
offerableId: ID!
offerableSpan: TsRange
offerableType: OfferableTypeEnum!
posId: ID
pricings: [PricingInput!]!
requestId: IdOrToken
}
Fields
RequestItemCreateInput.globalPersonalizations · Json scalar
Personal data for each participant. Keys in JSON must match names of global personalization attributes.
RequestItemCreateInput.offerableId · ID! non-null scalar
Should only be empty if offerable is discarded
RequestItemCreateInput.offerableSpan · TsRange scalar
Span to use when offerable is an event template or admission
RequestItemCreateInput.offerableType · OfferableTypeEnum! non-null enum
Should only be empty if offerable is discarded
RequestItemCreateInput.posId · ID scalar
At what POS is the request created.
RequestItemCreateInput.pricings · [PricingInput!]! non-null input
RequestItemCreateInput.requestId · IdOrToken scalar
Member Of
requestItemCreate mutation