INPUT_OBJECT
UpdateMarketingTextInput
Autogenerated input type of UpdateMarketingText
link GraphQL Schema definition
- input UpdateMarketingTextInput {
- # A unique identifier for the client performing the mutation.
- : String
- # The Consonance unique identifier
- : Int!
- # Version of the text for public viewing
- : String
- # Version of the text for internal use only
- : String
- # Alternative version of the public text e.g. in American, not UK, English
- : String
- # Where the review appeared e.g. The Guardian
- : String
- # The location of the review on the internet
- : String
- # The system or in-house approval status
- : ApprovalStatus
- # When the review was first published
- : ISO8601Date
- # When the review is embargoed until
- : ISO8601Date
- # Ensures the text will only appear in ONIX 2.1 feeds
- : Boolean
- : [Int!]
- # The type of marketing text, derived from a curated selection of the ONIX text
- # variant codes
- : MarketingTextVariant
- # The language of the marketing text, not the work
- : ONIXLanguageCode
- # The date from which the text can be used
- : ISO8601Date
- # The date until which the text can be used
- : ISO8601Date
- # Use to flag that the content is only suitable for some audiences. This text will
- # be included in your ONIX 3.0 feeds, along with its target audience information,
- # if it is a type of text allowed in ONIX 2.1.
- # Texts with audience restrictions will not be sent in ONIX 2.1 (because content
- # restrictions cannot be expressed in that version of ONIX).
- : [ONIXContentAudienceCode!]
- # The publisher of the review e.g. The Guardian
- : Int
- # The person who wrote the review
- : Int
- }