INPUT_OBJECT

UpdateImagineInput

Input type for updating an Imagine List

link GraphQL Schema definition

  • input UpdateImagineInput {
  • # Translations of the Imagine List
  • translations: [CreateImagineInputTranslations!]
  • # Title of the ImagineList, please use "translations" field instead.
  • title: String
  • # Description of the ImagineList, please use "translations" field instead.
  • description: String
  • # Define the sorting order of items.
  • rankOrder: Criteria
  • # Items of the ImagineList
  • items: [UpdateImagineItemInput!]
  • }

link Require by