INPUT_OBJECT
CreateImagineInput
Input type for creating an Imagine List
link GraphQL Schema definition
- input CreateImagineInput {
- # 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
- : [CreateImagineItemInput!]
- }