OBJECT
ImagineList
Imagine List
link GraphQL Schema definition
- type ImagineList {
- # Id
- : Int!
- # Images that belong to the ImagineList
- : [ImagineImageList]!
- # Is the ImagineList has been customized?
- : Boolean
- : Criteria!
- # Date of creation
- : DateTime!
- # Date of last update
- : DateTime!
- # Site that own this ImagineList
- : Site
- # Site that own this ImagineList, without access checks.
- : PublicSite
- # Translations
- : [ImagineListTranslation!]!
- # Title
- : String @deprecated( reason: "Please use "translations" field instead." )
- # Description
- : String @deprecated( reason: "Please use "translations" field instead." )
- # ImagineList parent, if exists
- : ImagineList
- # Inheritance status
- : String!
- }