OBJECT
Medias
Wrapper for medias with an any_more_results argument
link GraphQL Schema definition
- type Medias {
- : Boolean!
- : Int!
- # List of medias with an offset and limit
- #
- # Arguments
- # with_thumbnail: [Not documented]
- (: Boolean): [Media!]!
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- (: Int, : Int): Boolean!
- # List of territories that all medias have sound recording rights in
- : [Territory!]!
- }