OBJECT
Album
Collection of medias to be sent out under an album to partner networks
link GraphQL Schema definition
- type Album {
- # Album can have a list of medias and are surfed through as a cursor
- : AlbumMedias!
- : Boolean!
- : Artist!
- : ID!
- : Branding!
- # Arguments
- # exclude_duplicate_networks: [Not documented]
- # include_only_socials: [Not documented]
- (
- : Boolean,
- : Boolean
- ): [Broadcast!]! @deprecated( reason: "WARNING: non cursors are deprecated, use `Album.broadcasts_cursor` field instead" )
- # Count of broadcasts for an album
- #
- # Arguments
- # input: [Not documented]
- (: BroadcastsCursorInput): Int!
- # Broadcasts for an album
- #
- # Arguments
- # input: [Not documented]
- (: BroadcastsCursorInput): [Broadcast!]!
- : DateTime!
- : String!
- : [ExtraLink!]!
- # Checks if there are any links to display on smartlinks
- : Boolean!
- # Extra links title shown on smartlinks page if enabled
- : String!
- : FileUpload
- # boolean value to see if the album has tracks
- : Boolean!
- : ID!
- : Boolean!
- # album messages
- #
- # Arguments
- # input: [Not documented]
- (: MessagesCursorInput): [Message!]!
- # any more album messages
- #
- # Arguments
- # input: [Not documented]
- (: MessagesCursorInput): Boolean!
- # count of album messages
- #
- # Arguments
- # input: [Not documented]
- (: MessagesCursorInput): Int!
- : AlbumMetadata!
- # list of partners an album is released to
- : [AlbumPartnerData!]!
- # boolean result of remaining list of partners
- : Boolean!
- # total number of partners an album is released to
- : Int!
- : String!
- # List of releases for the album
- : [Release!]!
- : String
- : DateTime
- : String!
- : User!
- : ID!
- : Boolean!
- : Media
- }
link Require by
- AlbumPartnerDataThe album's data on partner's end
- AlbumsProvides a page of data for albums, with other properties useful for implementing a paged list UI
- CreateAlbumPayloadAutogenerated return type of CreateAlbum
- DeleteAlbumsPayloadAutogenerated return type of DeleteAlbums
- GenerateAlbumSlugPayloadAutogenerated return type of GenerateAlbumSlug
- MessageA Message
- QueryThe query root of this schema
- ReleaseA one of a user's Releases
- TopAlbumTop album of an organization
- UpdateAlbumArtworkPayloadAutogenerated return type of UpdateAlbumArtwork
- UpdateAlbumLinksPayloadAutogenerated return type of UpdateAlbumLinks
- UpdateAlbumMediaIdsPayloadAutogenerated return type of UpdateAlbumMediaIds
- UpdateAlbumMetadataPayloadAutogenerated return type of UpdateAlbumMetadata