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