OBJECT
RootQueryType
link GraphQL Schema definition
- type RootQueryType {
- # Find an account by ID
- #
- # Arguments
- # id: [Not documented]
- ID!): Account ( :
- # Finds an album by ID
- #
- # Arguments
- # id: [Not documented]
- ID!): Album ( :
- # Finds an artist by ID
- #
- # Arguments
- # id: [Not documented]
- ID!): Artist ( :
- # The entry point for browsing music
- #
- # Arguments
- # platform: [Not documented]
- Platform!): Browse ( :
- # The main entry point to begin querying and exploring the API.
- #
- # Returns different nodes depending on the current API session.
- Viewer :
- # Find entities implementing the node interface by ID
- #
- # Arguments
- # id: The ID of an object.
- ID!): Node ( :
- # Find the currently playing track by sound zone ID
- #
- # Arguments
- # soundZone: [Not documented]
- ID!): NowPlaying ( :
- # Get a playlist by its ID
- #
- # Arguments
- # id: [Not documented]
- ID!): Playlist ( :
- # Get the calculated complexity for a query
- QueryInfo :
- # Search for one of `playlists`, `albums` and `artists` and `tracks`.
- #
- # Arguments
- # after: [Not documented]
- # first: [Not documented]
- # market: [Not documented]
- # query: [Not documented]
- # type: [Not documented]
- (
- String, :
- Int, :
- IsoCountry, :
- String!, :
- SearchType! :
- ): SearchResultConnection
- # Search for an artist
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # query: [Not documented]
- (
- String, :
- String, :
- Int, :
- Int, :
- String! :
- ): ArtistConnection @deprecated( reason: "Use the new search query instead." )
- # Find a sound zone by ID
- #
- # Arguments
- # id: [Not documented]
- ID!): SoundZone ( :
- # Get many tracks by id
- #
- # Arguments
- # ids: [Not documented]
- # market: [Not documented]
- ID!]!, : IsoCountry!): [Track] ( : [
- }
link Require by
This element is not required by anyone