INPUT_OBJECT
CreateMarketingTextInput
Autogenerated input type of CreateMarketingText
link GraphQL Schema definition
- input CreateMarketingTextInput {
- # A unique identifier for the client performing the mutation.
- String :
- 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 :
- # 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 :
- # 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 date from which the text can be used
- ISO8601Date :
- # The date until which the text can be used
- ISO8601Date :
- # When the review was first published
- ISO8601Date :
- # When the review is embargoed until
- ISO8601Date :
- # The publisher of the review e.g. The Guardian
- Int :
- # The person who wrote the review
- Int :
- # The system or in-house approval status
- ApprovalStatus :
- }