query Object
Fields
#
artistGroupSources
Fetch all sources for all artists in an artist group.
This query:
- Takes an artistGroupKey to identify the artist group
- Finds all artists in that group via the ArtistToArtistGroup join table
- Fetches all performances for those artists
- Returns all sources for those performances
Optional filters:
- year: Filter sources to only those from performances in a specific year
Sources are ordered by performance date, then by source ID.
artistGroups
Fetch a collection of artist groups.
Special Operations
- ArtistGroupsOther Fetch artist groups with non-a to z-names
- SourceArtistGroups Fetch artist groups with sources
- SourceArtistGroupsOther Fetch artist groups with sources with non-a to z-names
artistsUnprefix
Fetch a collection of artists using a view for unprefixing the artist name.
This endpoint does not have relationships. Use artists for related data.
Special Operations:
- ArtistUnprefixListOther Fetch artists with non-a to z-names
artistsUnprefixSource
Fetch a collection of artists that have sources
using a view for unprefixing the artist name.
This endpoint does not have relationships. Use artists for related data.
Special Operations:
- ArtistsUnprefixSourceOther Fetch artists with sources with non-a to z-names
performances
Fetch a collection of performances.
Special Operations
- ArtistGroupPerformances Fetch performances for the given artist group $id and $year
sources
Fetch a collection of sources.
Special Operations
- ArtistSources Fetch sources by artist $id and $year
- ArtistGroupSources Fetch sources by artist group $id and $year
userPerformancesByUsername
Fetch a user's list or sublist of performances by username.
mutation
