OBJECT
Query
The query root of this schema
link GraphQL Schema definition
- type Query {
- # Find the current album by ID
- #
- # Arguments
- # id: [Not documented]
- ID!): Album! ( :
- # get all Album slugs
- String!]! : [
- # Find one of the current user's Artists by ID
- #
- # Arguments
- # id: [Not documented]
- ID!): Artist! ( :
- # List out all Artists for the current user
- #
- # Arguments
- # with_vevo_videos: [Not documented]
- (
- Boolean :
- ): [Artist!]! @deprecated( reason: "WARNING: deprecated, use `User.artists` field on me instead" )
- # List out all the balance adjustments for the current user
- #
- # Arguments
- # cursor: [Not documented]
- DateTime): BalanceAdjustments! ( :
- Branding! :
- # Find one of the current user's Composers by ID
- #
- # Arguments
- # id: [Not documented]
- ID!): Composer! ( :
- # Objects of country
- Country!] : [
- User :
- # Get data about an Instagram business account's daily reach and impressions
- #
- # Arguments
- # business_account_id: [Not documented]
- # day_count: [Not documented]
- (
- ID!, :
- Int! :
- ): InstagramBusinessAccountInsights! @deprecated( reason: "WARNING: this field is not currently used in any application" )
- EarningsTransformerSources!]! : [
- # Decide which Experiment (a/b test) variant to use for the current user, given
- # the name of an experiment.
- #
- # Arguments
- # name: [Not documented]
- ExperimentName!): SplitTest! ( :
- # Login URL for Facebook OAuth
- String! :
- # Give most recent five videos from an array of given facebook pages
- #
- # Arguments
- # page_ids: [Not documented]
- # artist_id: [Not documented]
- (
- ID!]!, : [
- ID! :
- ): [FacebookTopVideo!] @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Gets all the available Genres from our system
- String!]! : [
- # Gets all the available Genres from our system
- GenreObject!]! : [
- # Get geocountry by id
- #
- # Arguments
- # id: [Not documented]
- # shortcode: [Not documented]
- ID, : String): Geocountry ( :
- # Get translation strings for screens and components.
- #
- # Arguments
- # locale: [Not documented]
- I18nLocale): I18n! ( :
- # Give most recent five videos from the instagram pages of an array of given
- # facebook pages
- #
- # Arguments
- # facebook_page_ids: [Not documented]
- # artist_id: [Not documented]
- (
- ID!]!, : [
- ID! :
- ): SafeInstagramBusinessTopVideos! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- # Get information about the currently logged in user
- User! :
- # Gets the currently logged in user, returning null if no user is signed in
- User :
- # Find the current media by ID
- #
- # Arguments
- # id: [Not documented]
- ID!): Media! ( :
- # Gets all the available languages for an audio track.
- MediaLanguage!]! : [
- # Gets all the available media sub categories for our system
- MediaSubCategory!]! : [
- # List out all the medias for the current user
- #
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # sort_by: [Not documented]
- # sort_order: [Not documented]
- # search_term: [Not documented]
- # supports_release: [Not documented]
- # with_file_upload: Deprecated
- # audio_type: [Not documented]
- (
- Int, :
- Int, :
- String, :
- String, :
- String, :
- Boolean, :
- Boolean, :
- Boolean :
- ): Medias!
- # Returns the minimum version number for checking if the banner should be shown to
- # the user
- String! @deprecated( reason: "WARNING: this field is only used in legacy applications" ) :
- # Arguments
- # network_ids: [Not documented]
- ID!]!): [Network!]! ( : [
- # List out all networks which have any supported_policy_types
- Network!] : [
- # List out all the notifications for the current user
- #
- # Arguments
- # offset: [Not documented]
- # limit: [Not documented]
- # activity_log: [Not documented]
- # search_term: [Not documented]
- # sort_order: [Not documented]
- (
- Int, :
- Int, :
- Boolean, :
- String, :
- SortOrder :
- ): Notifications!
- Boolean! :
- DateTime :
- # Get payee invite for the code
- #
- # Arguments
- # code: [Not documented]
- String!): PayeeInvite! ( :
- # Get information about a Braintree payment method nonce.
- #
- # Arguments
- # nonce: [Not documented]
- String!): PaymentMethodNonce! ( :
- # Gets all the available performance_rights_organizations from our system
- PerformanceRightsOrganization!]! : [
- # List of years for period
- Int!]! : [
- # find a release by id
- #
- # Arguments
- # id: [Not documented]
- ID!): Release! ( :
- # Find the current right from a media by ID
- #
- # Arguments
- # right_id: [Not documented]
- ID!): Right! ( :
- # Give most recent five videos from an array of given facebook pages
- #
- # Arguments
- # page_ids: [Not documented]
- # artist_id: [Not documented]
- (
- ID!]!, : [
- ID! :
- ): SafeFacebookTopVideos! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- # Give top five videos from a given youtube channel, this field is now deprecated
- # and returns nil values
- #
- # Arguments
- # channel_id: [Not documented]
- # artist_id: [Not documented]
- (
- ID!, :
- ID! :
- ): SafeYoutubeTopVideos! @deprecated( reason: "WARNING: this field is only used in legacy applications" )
- # Query information from the session cookie, such as notices and messages that
- # should be displayed in the UI to the application user.
- Session! :
- # Get global settings configured on the server
- Settings! @deprecated( reason: "WARNING: this field is not cache safe, use fields on `Branding` object instead" ) :
- # Find the shared album by encoded ID
- #
- # Arguments
- # secret: [Not documented]
- # slug: [Not documented]
- String, : String): Album ( :
- # Grouped statements
- #
- # Arguments
- # input: [Not documented]
- StatementsCursorInput): [StatementGroup!]! ( :
- # Number of grouped statements
- #
- # Arguments
- # input: [Not documented]
- StatementsCursorInput): Int! ( :
- # Networks that have a group connected
- Network!]! : [
- # Fetch details about a particular tier ID
- #
- # Arguments
- # id: [Not documented]
- ID!): StorageTier! ( :
- StorageTier!]! : [
- # Gets all the supported video types
- SupportedVideo!]! : [
- # Gets all the available ownership territories from our system
- Territory!]! : [
- # List out all the transactions for the current user
- #
- # Arguments
- # cursor: [Not documented]
- DateTime): Transactions! ( :
- # List out all vevo youtube videos for the current user or given artist
- #
- # Arguments
- # artist_id: [Not documented]
- (
- ID :
- ): [VevoYoutubeVideo!] @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Webpack asset version hashed paths for the current & latest front end assets
- #
- # Arguments
- # bundle: [Not documented]
- # type: [Not documented]
- (
- WebpackBundle!, :
- WebpackAssetType! :
- ): [String!]!
- # Give top five videos from a given youtube channel
- #
- # Arguments
- # channel_id: [Not documented]
- # artist_id: [Not documented]
- (
- ID!, :
- ID! :
- ): [YoutubeTopVideo!] @deprecated( reason: "WARNING: this field is not currently used in any application" )
- # Login URL for YouTube OAuth
- String! :
- }
link Require by
This element is not required by anyone