OBJECT
Series
link GraphQL Schema definition
- type Series 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
- : String
- : String
- : String
- : String
- : Int
- : String @deprecated( reason: "Use genres instead" )
- : [String]
- : String
- : String @deprecated( reason: "User seriesSlug instead" )
- : String
- }