INPUT_OBJECT
UpdateImagineInput
Input type for updating an Imagine List
link GraphQL Schema definition
- input UpdateImagineInput {
- # Translations of the Imagine List
- : [CreateImagineInputTranslations!]
- # Title of the ImagineList, please use "translations" field instead.
- : String
- # Description of the ImagineList, please use "translations" field instead.
- : String
- # Define the sorting order of items.
- : Criteria
- # Items of the ImagineList
- : [UpdateImagineItemInput!]
- }