OBJECT
Section
link GraphQL Schema definition
- type Section implements CmsItem {
- : ID!
- : String!
- # Arguments
- # type: [Not documented]
- (: [String]): [Tag!]
- # Arguments
- # dimensions: [Not documented]
- # max_width: [Not documented]
- # max_height: [Not documented]
- # min_width: [Not documented]
- # min_height: [Not documented]
- (
- : [String],
- : Int,
- : Int,
- : Int,
- : Int
- ): [PhotoAsset]
- : String
- : String
- : String
- : [CmsItem]
- }