mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
8963 lines
285 KiB
JSON
8963 lines
285 KiB
JSON
{
|
||
"data": {
|
||
"__schema": {
|
||
"queryType": {
|
||
"name": "Query"
|
||
},
|
||
"mutationType": null,
|
||
"subscriptionType": null,
|
||
"types": [
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Query",
|
||
"description": "The query root, from which multiple types of MusicBrainz\nrequests can be made.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "Fetches an object given its ID",
|
||
"args": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "lookup",
|
||
"description": "Perform a lookup of a MusicBrainz entity by its MBID.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LookupQuery",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "browse",
|
||
"description": "Browse all MusicBrainz entities directly linked to another entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "BrowseQuery",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "search",
|
||
"description": "Search for MusicBrainz entities using Lucene query syntax.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "SearchQuery",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"description": "An object with an ID",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The id of the object.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": [
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Artist",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Recording",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Release",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Label",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroup",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Work",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Event",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Place",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Instrument",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Series",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "URL",
|
||
"ofType": null
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "LookupQuery",
|
||
"description": "A lookup of an individual MusicBrainz entity by its MBID.",
|
||
"fields": [
|
||
{
|
||
"name": "area",
|
||
"description": "Look up a specific area by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artist",
|
||
"description": "Look up a specific artist by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Artist",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "event",
|
||
"description": "Look up a specific event by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Event",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "instrument",
|
||
"description": "Look up a specific instrument by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Instrument",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "label",
|
||
"description": "Look up a specific label by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Label",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "place",
|
||
"description": "Look up a specific place by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Place",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "recording",
|
||
"description": "Look up a specific recording by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Recording",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "release",
|
||
"description": "Look up a specific release by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Release",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releaseGroup",
|
||
"description": "Look up a specific release group by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroup",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "series",
|
||
"description": "Look up a specific series by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Series",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "url",
|
||
"description": "Look up a specific URL by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "URL",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "work",
|
||
"description": "Look up a specific work by its MBID.",
|
||
"args": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Work",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"description": "The MBID scalar represents MusicBrainz identifiers, which are\n36-character UUIDs.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"description": "[Areas](https://musicbrainz.org/doc/Area) are geographic regions\nor settlements (countries, cities, or the like).",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": "The official name of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "sortName",
|
||
"description": "The string to use for the purpose of ordering by name (for\nexample, by moving articles like ‘the’ to the end or a person’s last name to\nthe front).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "isoCodes",
|
||
"description": "[ISO 3166 codes](https://en.wikipedia.org/wiki/ISO_3166) are\nthe codes assigned by ISO to countries and subdivisions.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artists",
|
||
"description": "A list of artists linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "events",
|
||
"description": "A list of events linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "EventConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "labels",
|
||
"description": "A list of labels linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LabelConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "places",
|
||
"description": "A list of places linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "PlaceConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releases",
|
||
"description": "A list of releases linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "status",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseStatus",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"description": "An entity in the MusicBrainz schema.",
|
||
"fields": [
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": [
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Artist",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Recording",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Release",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Label",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroup",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Work",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Event",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Place",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Instrument",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Series",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "URL",
|
||
"ofType": null
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are variant names\nthat are mostly used as search help: if a search matches an entity’s alias, the\nentity will be given as a result – even if the actual name wouldn’t be. They are\navailable for artists, labels, and works.",
|
||
"fields": [
|
||
{
|
||
"name": "name",
|
||
"description": "The aliased name of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "sortName",
|
||
"description": "The string to use for the purpose of ordering by name (for\nexample, by moving articles like ‘the’ to the end or a person’s last name to\nthe front).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "locale",
|
||
"description": "The locale (language and/or country) in which the alias is\nused.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "primary",
|
||
"description": "Whether this is the main alias for the entity in the\nspecified locale (this could mean the most recent or the most common).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "The type or purpose of the alias – whether it is a variant,\nsearch hint, etc.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"description": "The `Boolean` scalar type represents `true` or `false`.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ArtistConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"description": "Information about pagination in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "hasNextPage",
|
||
"description": "When paginating forwards, are there more items?",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "hasPreviousPage",
|
||
"description": "When paginating backwards, are there more items?",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "startCursor",
|
||
"description": "When paginating backwards, the cursor to continue.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "endCursor",
|
||
"description": "When paginating forwards, the cursor to continue.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ArtistEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Artist",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Artist",
|
||
"description": "An [artist](https://musicbrainz.org/doc/Artist) is generally a\nmusician, group of musicians, or other music professional (like a producer or\nengineer). Occasionally, it can also be a non-musical person (like a\nphotographer, an illustrator, or a poet whose writings are set to music), or\neven a fictional character.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": "The official name of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "sortName",
|
||
"description": "The string to use for the purpose of ordering by name (for\nexample, by moving articles like ‘the’ to the end or a person’s last name to\nthe front).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "country",
|
||
"description": "The country with which an artist is primarily identified. It\nis often, but not always, its birth/formation country.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "area",
|
||
"description": "The area with which an artist is primarily identified. It\nis often, but not always, its birth/formation country.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "beginArea",
|
||
"description": "The area in which an artist began their career (or where\nwere born, if the artist is a person).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "endArea",
|
||
"description": "The area in which an artist ended their career (or where\nthey died, if the artist is a person).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "lifeSpan",
|
||
"description": "The begin and end dates of the entity’s existence. Its exact\nmeaning depends on the type of entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LifeSpan",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "gender",
|
||
"description": "Whether a person or character identifies as male, female, or\nneither. Groups do not have genders.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "genderID",
|
||
"description": "The MBID associated with the value of the `gender`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Whether an artist is a person, a group, or something else.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "recordings",
|
||
"description": "A list of recordings linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RecordingConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releases",
|
||
"description": "A list of releases linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "status",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseStatus",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releaseGroups",
|
||
"description": "A list of release groups linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroupConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "works",
|
||
"description": "A list of works linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "WorkConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "LifeSpan",
|
||
"description": "Fields indicating the begin and end date of an entity’s\nlifetime, including whether it has ended (even if the date is unknown).",
|
||
"fields": [
|
||
{
|
||
"name": "begin",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Date",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "end",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Date",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "ended",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "Date",
|
||
"description": "Year, month (optional), and day (optional) in YYYY-MM-DD format.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "RecordingConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "RecordingEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "RecordingEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Recording",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Recording",
|
||
"description": "A [recording](https://musicbrainz.org/doc/Recording) is an\nentity in MusicBrainz which can be linked to tracks on releases. Each track must\nalways be associated with a single recording, but a recording can be linked to\nany number of tracks.\n\nA recording represents distinct audio that has been used to produce at least one\nreleased track through copying or mastering. A recording itself is never\nproduced solely through copying or mastering.\n\nGenerally, the audio represented by a recording corresponds to the audio at a\nstage in the production process before any final mastering but after any editing\nor mixing.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "title",
|
||
"description": "The official title of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artistCredit",
|
||
"description": "The main credited artist(s).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistCredit",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "length",
|
||
"description": "An approximation to the length of the recording, calculated\nfrom the lengths of the tracks using it.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "video",
|
||
"description": "Whether this is a video recording.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artists",
|
||
"description": "A list of artists linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releases",
|
||
"description": "A list of releases linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "status",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseStatus",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ArtistCredit",
|
||
"description": "[Artist credits](https://musicbrainz.org/doc/Artist_Credits)\nindicate who is the main credited artist (or artists) for releases, release\ngroups, tracks and recordings, and how they are credited. They consist of\nartists, with (optionally) their names as credited in the specific release,\ntrack, etc., and join phrases between them.",
|
||
"fields": [
|
||
{
|
||
"name": "artist",
|
||
"description": "The entity representing the artist referenced in the\ncredits.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Artist",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": "The name of the artist as credited in the specific release,\ntrack, etc.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "joinPhrase",
|
||
"description": "Join phrases might include words and/or punctuation to\nseparate artist names as they appear on the release, track, etc.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"description": null,
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": [
|
||
{
|
||
"name": "ALBUM",
|
||
"description": "An album, perhaps better defined as a “Long Play” (LP)\nrelease, generally consists of previously unreleased material (unless this type\nis combined with secondary types which change that, such as “Compilation”). This\nincludes album re-issues, with or without bonus tracks.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "SINGLE",
|
||
"description": "A single typically has one main song and possibly a handful\nof additional tracks or remixes of the main track. A single is usually named\nafter its main song.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "EP",
|
||
"description": "An EP is a so-called “Extended Play” release and often\ncontains the letters EP in the title. Generally an EP will be shorter than a\nfull length release (an LP or “Long Play”) and the tracks are usually exclusive\nto the EP, in other words the tracks don’t come from a previously issued\nrelease. EP is fairly difficult to define; usually it should only be assumed\nthat a release is an EP if the artist defines it as such.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "OTHER",
|
||
"description": "Any release that does not fit any of the other categories.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "BROADCAST",
|
||
"description": "An episodic release that was originally broadcast via radio,\ntelevision, or the Internet, including podcasts.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "COMPILATION",
|
||
"description": "A compilation is a collection of previously released tracks\nby one or more artists.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "SOUNDTRACK",
|
||
"description": "A soundtrack is the musical score to a movie, TV series,\nstage show, computer game, etc.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "SPOKENWORD",
|
||
"description": "A non-music spoken word release.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "INTERVIEW",
|
||
"description": "An interview release contains an interview, generally with\nan artist.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "AUDIOBOOK",
|
||
"description": "An audiobook is a book read by a narrator without music.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "LIVE",
|
||
"description": "A release that was recorded live.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "REMIX",
|
||
"description": "A release that was (re)mixed from previously released\nmaterial.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "DJMIX",
|
||
"description": "A DJ-mix is a sequence of several recordings played one\nafter the other, each one modified so that they blend together into a continuous\nflow of music. A DJ mix release requires that the recordings be modified in some\nmanner, and the DJ who does this modification is usually (although not always)\ncredited in a fairly prominent way.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "MIXTAPE",
|
||
"description": "Promotional in nature (but not necessarily free), mixtapes\nand street albums are often released by artists to promote new artists, or\nupcoming studio albums by prominent artists. They are also sometimes used to\nkeep fans’ attention between studio releases and are most common in rap & hip\nhop genres. They are often not sanctioned by the artist’s label, may lack proper\nsample or song clearances and vary widely in production and recording quality.\nWhile mixtapes are generally DJ-mixed, they are distinct from commercial DJ\nmixes (which are usually deemed compilations) and are defined by having a\nsignificant proportion of new material, including original production or\noriginal vocals over top of other artists’ instrumentals. They are distinct from\ndemos in that they are designed for release directly to the public and fans, not\nto labels.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "DEMO",
|
||
"description": "A release that was recorded for limited circulation or\nreference use rather than for general public release.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "NAT",
|
||
"description": "A non-album track (special case).",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "ENUM",
|
||
"name": "ReleaseStatus",
|
||
"description": null,
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": [
|
||
{
|
||
"name": "OFFICIAL",
|
||
"description": "Any release officially sanctioned by the artist and/or their\nrecord company. (Most releases will fit into this category.)",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "PROMOTION",
|
||
"description": "A giveaway release or a release intended to promote an\nupcoming official release, e.g. prerelease albums or releases included with a\nmagazine.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "BOOTLEG",
|
||
"description": "An unofficial/underground release that was not sanctioned by\nthe artist and/or the record company.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "PSEUDORELEASE",
|
||
"description": "A pseudo-release is a duplicate release for\ntranslation/transliteration purposes.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Release",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Release",
|
||
"description": "A [release](https://musicbrainz.org/doc/Release) represents the\nunique release (i.e. issuing) of a product on a specific date with specific\nrelease information such as the country, label, barcode, packaging, etc. If you\nwalk into a store and purchase an album or single, they’re each represented in\nMusicBrainz as one release.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "title",
|
||
"description": "The official title of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artistCredit",
|
||
"description": "The main credited artist(s).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistCredit",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releaseEvents",
|
||
"description": "The release events for this release.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseEvent",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "date",
|
||
"description": "The [release date](https://musicbrainz.org/doc/Release/Date)\nis the date in which a release was made available through some sort of\ndistribution mechanism.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Date",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "country",
|
||
"description": "The country in which the release was issued.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "barcode",
|
||
"description": "The [barcode](https://en.wikipedia.org/wiki/Barcode), if the\nrelease has one. The most common types found on releases are 12-digit\n[UPCs](https://en.wikipedia.org/wiki/Universal_Product_Code) and 13-digit\n[EANs](https://en.wikipedia.org/wiki/International_Article_Number).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "status",
|
||
"description": "The status describes how “official” a release is.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseStatus",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "statusID",
|
||
"description": "The MBID associated with the value of the `status`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "packaging",
|
||
"description": "The physical packaging that accompanies the release. See\nthe [list of packaging](https://musicbrainz.org/doc/Release/Packaging) for more\ninformation.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "packagingID",
|
||
"description": "The MBID associated with the value of the `packaging`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "quality",
|
||
"description": "Data quality indicates how good the data for a release is.\nIt is not a mark of how good or bad the music itself is – for that, use\n[ratings](https://musicbrainz.org/doc/Rating_System).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artists",
|
||
"description": "A list of artists linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "labels",
|
||
"description": "A list of labels linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LabelConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "recordings",
|
||
"description": "A list of recordings linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RecordingConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releaseGroups",
|
||
"description": "A list of release groups linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroupConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseEvent",
|
||
"description": "Date on which a release was issued in a country/region with a\nparticular label, catalog number, barcode, and what release format was used.",
|
||
"fields": [
|
||
{
|
||
"name": "area",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "date",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Date",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "LabelConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "LabelEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "LabelEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Label",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Label",
|
||
"description": "[Labels](https://musicbrainz.org/doc/Label) represent mostly\n(but not only) imprints. To a lesser extent, a label entity may be created to\nrepresent a record company.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": "The official name of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "sortName",
|
||
"description": "The string to use for the purpose of ordering by name (for\nexample, by moving articles like ‘the’ to the end or a person’s last name to\nthe front).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "country",
|
||
"description": "The country of origin for the label.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "area",
|
||
"description": "The area in which the label is based.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "lifeSpan",
|
||
"description": "The begin and end dates of the entity’s existence. Its exact\nmeaning depends on the type of entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LifeSpan",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "labelCode",
|
||
"description": "The [“LC” code](https://musicbrainz.org/doc/Label/Label_Code)\nof the label.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "ipis",
|
||
"description": "List of IPI (interested party information) codes for the\nlabel.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "IPI",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "A type describing the main activity of the label, e.g.\nimprint, production, distributor, rights society, etc.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releases",
|
||
"description": "A list of releases linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "status",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseStatus",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "IPI",
|
||
"description": "An [IPI](https://musicbrainz.org/doc/IPI) (interested party\ninformation) code is an identifying number assigned by the CISAC database for\nmusical rights management.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"description": "Lists of entity relationships for each entity type.",
|
||
"fields": [
|
||
{
|
||
"name": "areas",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artists",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "events",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "instruments",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "labels",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "places",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "recordings",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releases",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releaseGroups",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "series",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "urls",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "works",
|
||
"description": "A list of relationships between these two entity types.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "before",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "last",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "Filter by the relationship direction.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "Filter by the relationship type.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "RelationshipEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationship",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Relationship",
|
||
"description": "[Relationships](https://musicbrainz.org/doc/Relationships) are a\nway to represent all the different ways in which entities are connected to each\nother and to URLs outside MusicBrainz.",
|
||
"fields": [
|
||
{
|
||
"name": "target",
|
||
"description": "The target entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "direction",
|
||
"description": "The direction of the relationship.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "targetType",
|
||
"description": "The type of entity on the receiving end of the relationship.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "sourceCredit",
|
||
"description": "How the source entity was actually credited, if different\nfrom its main (performance) name.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "targetCredit",
|
||
"description": "How the target entity was actually credited, if different\nfrom its main (performance) name.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "begin",
|
||
"description": "The date on which the relationship became applicable.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Date",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "end",
|
||
"description": "The date on which the relationship became no longer applicable.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Date",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "ended",
|
||
"description": "Whether the relationship still applies.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "attributes",
|
||
"description": "Attributes which modify the relationship. There is a [list\nof all attributes](https://musicbrainz.org/relationship-attributes), but the\nattributes which are available, and how they should be used, depends on the\nrelationship type.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "The type of relationship.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "TagEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "TagEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Tag",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Tag",
|
||
"description": "[Tags](https://musicbrainz.org/tags) are a way to mark entities\nwith extra information – for example, the genres that apply to an artist,\nrelease, or recording.",
|
||
"fields": [
|
||
{
|
||
"name": "name",
|
||
"description": "The tag label.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "count",
|
||
"description": "How many times this tag has been applied to the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroupConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroupEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroupEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroup",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroup",
|
||
"description": "A [release group](https://musicbrainz.org/doc/Release_Group) is\nused to group several different releases into a single logical entity. Every\nrelease belongs to one, and only one release group.\n\nBoth release groups and releases are “albums” in a general sense, but with an\nimportant difference: a release is something you can buy as media such as a CD\nor a vinyl record, while a release group embraces the overall concept of an\nalbum – it doesn’t matter how many CDs or editions/versions it had.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "title",
|
||
"description": "The official title of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artistCredit",
|
||
"description": "The main credited artist(s).",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistCredit",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "firstReleaseDate",
|
||
"description": "The date of the earliest release in the group.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Date",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "primaryType",
|
||
"description": "The [type](https://musicbrainz.org/doc/Release_Group/Type)\nof a release group describes what kind of releases the release group represents,\ne.g. album, single, soundtrack, compilation, etc. A release group can have a\n“main” type and an unspecified number of additional types.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "primaryTypeID",
|
||
"description": "The MBID associated with the value of the `primaryType`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "secondaryTypes",
|
||
"description": "Additional [types](https://musicbrainz.org/doc/Release_Group/Type)\nthat apply to this release group.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "secondaryTypeIDs",
|
||
"description": "The MBIDs associated with the values of the `secondaryTypes`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artists",
|
||
"description": "A list of artists linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releases",
|
||
"description": "A list of releases linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseGroupType",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "status",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "ReleaseStatus",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "WorkConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "WorkEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "WorkEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Work",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Work",
|
||
"description": "A [work](https://musicbrainz.org/doc/Work) is a distinct\nintellectual or artistic creation, which can be expressed in the form of one or\nmore audio recordings.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "title",
|
||
"description": "The official title of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "iswcs",
|
||
"description": "A list of [ISWCs](https://musicbrainz.org/doc/ISWC) assigned\nto the work by copyright collecting agencies.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "language",
|
||
"description": "The language in which the work was originally written.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "The type of work.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artists",
|
||
"description": "A list of artists linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "EventConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "EventEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "EventEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Event",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Event",
|
||
"description": "An [event](https://musicbrainz.org/doc/Event) refers to an\norganised event which people can attend, and is relevant to MusicBrainz.\nGenerally this means live performances, like concerts and festivals.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": "The official name of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "lifeSpan",
|
||
"description": "The begin and end dates of the entity’s existence. Its exact\nmeaning depends on the type of entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LifeSpan",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "time",
|
||
"description": "The start time of the event.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Time",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cancelled",
|
||
"description": "Whether or not the event took place.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "setlist",
|
||
"description": "A list of songs performed, optionally including links to\nartists and works. See the [setlist documentation](https://musicbrainz.org/doc/Event/Setlist)\nfor syntax and examples.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "What kind of event the event is, e.g. concert, festival, etc.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "Time",
|
||
"description": "A time of day, in 24-hour hh:mm notation.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "PlaceConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PlaceEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "PlaceEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Place",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Place",
|
||
"description": "A [place](https://musicbrainz.org/doc/Place) is a venue, studio\nor other place where music is performed, recorded, engineered, etc.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": "The official name of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "address",
|
||
"description": "The address describes the location of the place using the\nstandard addressing format for the country it is located in.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "area",
|
||
"description": "The area entity representing the area, such as the city, in\nwhich the place is located.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "coordinates",
|
||
"description": "The geographic coordinates of the place.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Coordinates",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "lifeSpan",
|
||
"description": "The begin and end dates of the entity’s existence. Its exact\nmeaning depends on the type of entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LifeSpan",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "The type categorises the place based on its primary\nfunction.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "events",
|
||
"description": "A list of events linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "EventConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Coordinates",
|
||
"description": "Geographic coordinates described with latitude and longitude.",
|
||
"fields": [
|
||
{
|
||
"name": "latitude",
|
||
"description": "The north–south position of a point on the Earth’s surface.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Degrees",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "longitude",
|
||
"description": "The east–west position of a point on the Earth’s surface.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Degrees",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "Degrees",
|
||
"description": "Decimal degrees, used for latitude and longitude.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Instrument",
|
||
"description": "[Instruments](https://musicbrainz.org/doc/Instrument) are\ndevices created or adapted to make musical sounds. Instruments are primarily\nused in relationships between two other entities.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": "The official name of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "aliases",
|
||
"description": "[Aliases](https://musicbrainz.org/doc/Aliases) are used to store\nalternate names or misspellings.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "Alias",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "description",
|
||
"description": "A brief description of the main characteristics of the\ninstrument.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "The type categorises the instrument by the way the sound is\ncreated, similar to the [Hornbostel-Sachs](https://en.wikipedia.org/wiki/Hornbostel%E2%80%93Sachs)\nclassification.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "Series",
|
||
"description": "A [series](https://musicbrainz.org/doc/Series) is a sequence of\nseparate release groups, releases, recordings, works or events with a common\ntheme.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": "The official name of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "disambiguation",
|
||
"description": "A comment used to help distinguish identically named entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": "The type primarily describes what type of entity the series\ncontains.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "typeID",
|
||
"description": "The MBID associated with the value of the `type`\nfield.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "tags",
|
||
"description": "A list of tags linked to this entity.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "TagConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "URL",
|
||
"description": "A [URL](https://musicbrainz.org/doc/URL) pointing to a resource\nexternal to MusicBrainz, i.e. an official homepage, a site where music can be\nacquired, an entry in another database, etc.",
|
||
"fields": [
|
||
{
|
||
"name": "id",
|
||
"description": "The ID of an object",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "ID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mbid",
|
||
"description": "The MBID of the entity.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "resource",
|
||
"description": "The actual URL string.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "URLString",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "relationships",
|
||
"description": "Relationships between this entity and other entitites.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Relationships",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Node",
|
||
"ofType": null
|
||
},
|
||
{
|
||
"kind": "INTERFACE",
|
||
"name": "Entity",
|
||
"ofType": null
|
||
}
|
||
],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "SCALAR",
|
||
"name": "URLString",
|
||
"description": "A web address.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "BrowseQuery",
|
||
"description": "A query for all MusicBrainz entities directly linked to another\nentity.",
|
||
"fields": [
|
||
{
|
||
"name": "areas",
|
||
"description": "Browse area entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "AreaConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artists",
|
||
"description": "Browse artist entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "area",
|
||
"description": "The MBID of an area to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "recording",
|
||
"description": "The MBID of a recording to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "release",
|
||
"description": "The MBID of a release to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "releaseGroup",
|
||
"description": "The MBID of a release group to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "work",
|
||
"description": "The MBID of a work to which the artist is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "events",
|
||
"description": "Browse event entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "area",
|
||
"description": "The MBID of an area to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "artist",
|
||
"description": "The MBID of an artist to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "place",
|
||
"description": "The MBID of a place to which the event is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "EventConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "labels",
|
||
"description": "Browse label entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "area",
|
||
"description": "The MBID of an area to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "release",
|
||
"description": "The MBID of a release to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LabelConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "places",
|
||
"description": "Browse place entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "area",
|
||
"description": "The MBID of an area to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "PlaceConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "recordings",
|
||
"description": "Browse recording entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "artist",
|
||
"description": "The MBID of an artist to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "release",
|
||
"description": "The MBID of a release to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RecordingConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releases",
|
||
"description": "Browse release entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "area",
|
||
"description": "The MBID of an area to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "artist",
|
||
"description": "The MBID of an artist to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "label",
|
||
"description": "The MBID of a label to which the release is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "track",
|
||
"description": "The MBID of a track that is included in the release.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "trackArtist",
|
||
"description": "The MBID of an artist that appears on a track in the\nrelease, but is not included in the credits for the release itself.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "recording",
|
||
"description": "The MBID of a recording to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "releaseGroup",
|
||
"description": "The MBID of a release group to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releaseGroups",
|
||
"description": "Browse release group entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "artist",
|
||
"description": "The MBID of an artist to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "release",
|
||
"description": "The MBID of a release to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroupConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "works",
|
||
"description": "Browse work entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "artist",
|
||
"description": "The MBID of an artist to which the entity is linked.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "collection",
|
||
"description": "The MBID of a collection in which the entity is found.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "MBID",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "WorkConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "urls",
|
||
"description": "Browse URL entities linked to the given arguments.",
|
||
"args": [
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "resource",
|
||
"description": "The web address for which to browse URL entities.",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "URLString",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "URLConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "AreaConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "AreaEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "AreaEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Area",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "URLConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "URLEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "URLEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "URL",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "SearchQuery",
|
||
"description": "A search for MusicBrainz entities using Lucene query syntax.",
|
||
"fields": [
|
||
{
|
||
"name": "areas",
|
||
"description": "Search for area entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "AreaConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "artists",
|
||
"description": "Search for artist entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ArtistConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "events",
|
||
"description": "Search for event entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "EventConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "instruments",
|
||
"description": "Search for instrument entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "InstrumentConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "labels",
|
||
"description": "Search for label entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "LabelConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "places",
|
||
"description": "Search for place entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "PlaceConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "recordings",
|
||
"description": "Search for recording entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "RecordingConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releases",
|
||
"description": "Search for release entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "releaseGroups",
|
||
"description": "Search for release group entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "ReleaseGroupConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "series",
|
||
"description": "Search for series entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "SeriesConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "works",
|
||
"description": "Search for work entities matching the given query.",
|
||
"args": [
|
||
{
|
||
"name": "query",
|
||
"description": "The query terms, in Lucene search syntax. See [examples\nand search fields](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2/Search).",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "after",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
},
|
||
{
|
||
"name": "first",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "WorkConnection",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "InstrumentConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "InstrumentEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "InstrumentEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Instrument",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "SeriesConnection",
|
||
"description": "A connection to a list of items.",
|
||
"fields": [
|
||
{
|
||
"name": "pageInfo",
|
||
"description": "Information to aid in pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "PageInfo",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "edges",
|
||
"description": "A list of edges.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "SeriesEdge",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "totalCount",
|
||
"description": "A count of the total number of items in this connection,\nignoring pagination.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Int",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "SeriesEdge",
|
||
"description": "An edge in a connection.",
|
||
"fields": [
|
||
{
|
||
"name": "node",
|
||
"description": "The item at the end of the edge",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "Series",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "cursor",
|
||
"description": "A cursor for use in pagination",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "__Schema",
|
||
"description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.",
|
||
"fields": [
|
||
{
|
||
"name": "types",
|
||
"description": "A list of all types supported by this server.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "queryType",
|
||
"description": "The type that query operations will be rooted at.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "mutationType",
|
||
"description": "If this server supports mutation, the type that mutation operations will be rooted at.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "subscriptionType",
|
||
"description": "If this server support subscription, the type that subscription operations will be rooted at.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "directives",
|
||
"description": "A list of all directives supported by this server.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__Directive",
|
||
"ofType": null
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.",
|
||
"fields": [
|
||
{
|
||
"name": "kind",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "__TypeKind",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "name",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "description",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "fields",
|
||
"description": null,
|
||
"args": [
|
||
{
|
||
"name": "includeDeprecated",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": "false"
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__Field",
|
||
"ofType": null
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "interfaces",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "possibleTypes",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "enumValues",
|
||
"description": null,
|
||
"args": [
|
||
{
|
||
"name": "includeDeprecated",
|
||
"description": null,
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": "false"
|
||
}
|
||
],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__EnumValue",
|
||
"ofType": null
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "inputFields",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__InputValue",
|
||
"ofType": null
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "ofType",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "ENUM",
|
||
"name": "__TypeKind",
|
||
"description": "An enum describing what kind of type a given `__Type` is.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": [
|
||
{
|
||
"name": "SCALAR",
|
||
"description": "Indicates this type is a scalar.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "OBJECT",
|
||
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "INTERFACE",
|
||
"description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "UNION",
|
||
"description": "Indicates this type is a union. `possibleTypes` is a valid field.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "ENUM",
|
||
"description": "Indicates this type is an enum. `enumValues` is a valid field.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "INPUT_OBJECT",
|
||
"description": "Indicates this type is an input object. `inputFields` is a valid field.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "LIST",
|
||
"description": "Indicates this type is a list. `ofType` is a valid field.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "NON_NULL",
|
||
"description": "Indicates this type is a non-null. `ofType` is a valid field.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "__Field",
|
||
"description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.",
|
||
"fields": [
|
||
{
|
||
"name": "name",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "description",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "args",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__InputValue",
|
||
"ofType": null
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "isDeprecated",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "deprecationReason",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "__InputValue",
|
||
"description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.",
|
||
"fields": [
|
||
{
|
||
"name": "name",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "description",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "type",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__Type",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "defaultValue",
|
||
"description": "A GraphQL-formatted string representing the default value for this input value.",
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "__EnumValue",
|
||
"description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.",
|
||
"fields": [
|
||
{
|
||
"name": "name",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "description",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "isDeprecated",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "deprecationReason",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "OBJECT",
|
||
"name": "__Directive",
|
||
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.",
|
||
"fields": [
|
||
{
|
||
"name": "name",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "description",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "locations",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "ENUM",
|
||
"name": "__DirectiveLocation",
|
||
"ofType": null
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "args",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "LIST",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "OBJECT",
|
||
"name": "__InputValue",
|
||
"ofType": null
|
||
}
|
||
}
|
||
}
|
||
},
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "onOperation",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": true,
|
||
"deprecationReason": "Use `locations`."
|
||
},
|
||
{
|
||
"name": "onFragment",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": true,
|
||
"deprecationReason": "Use `locations`."
|
||
},
|
||
{
|
||
"name": "onField",
|
||
"description": null,
|
||
"args": [],
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"isDeprecated": true,
|
||
"deprecationReason": "Use `locations`."
|
||
}
|
||
],
|
||
"inputFields": null,
|
||
"interfaces": [],
|
||
"enumValues": null,
|
||
"possibleTypes": null
|
||
},
|
||
{
|
||
"kind": "ENUM",
|
||
"name": "__DirectiveLocation",
|
||
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.",
|
||
"fields": null,
|
||
"inputFields": null,
|
||
"interfaces": null,
|
||
"enumValues": [
|
||
{
|
||
"name": "QUERY",
|
||
"description": "Location adjacent to a query operation.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "MUTATION",
|
||
"description": "Location adjacent to a mutation operation.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "SUBSCRIPTION",
|
||
"description": "Location adjacent to a subscription operation.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "FIELD",
|
||
"description": "Location adjacent to a field.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "FRAGMENT_DEFINITION",
|
||
"description": "Location adjacent to a fragment definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "FRAGMENT_SPREAD",
|
||
"description": "Location adjacent to a fragment spread.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "INLINE_FRAGMENT",
|
||
"description": "Location adjacent to an inline fragment.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "SCHEMA",
|
||
"description": "Location adjacent to a schema definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "SCALAR",
|
||
"description": "Location adjacent to a scalar definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "OBJECT",
|
||
"description": "Location adjacent to an object type definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "FIELD_DEFINITION",
|
||
"description": "Location adjacent to a field definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "ARGUMENT_DEFINITION",
|
||
"description": "Location adjacent to an argument definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "INTERFACE",
|
||
"description": "Location adjacent to an interface definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "UNION",
|
||
"description": "Location adjacent to a union definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "ENUM",
|
||
"description": "Location adjacent to an enum definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "ENUM_VALUE",
|
||
"description": "Location adjacent to an enum value definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "INPUT_OBJECT",
|
||
"description": "Location adjacent to an input object type definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
},
|
||
{
|
||
"name": "INPUT_FIELD_DEFINITION",
|
||
"description": "Location adjacent to an input object field definition.",
|
||
"isDeprecated": false,
|
||
"deprecationReason": null
|
||
}
|
||
],
|
||
"possibleTypes": null
|
||
}
|
||
],
|
||
"directives": [
|
||
{
|
||
"name": "include",
|
||
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.",
|
||
"locations": [
|
||
"FIELD",
|
||
"FRAGMENT_SPREAD",
|
||
"INLINE_FRAGMENT"
|
||
],
|
||
"args": [
|
||
{
|
||
"name": "if",
|
||
"description": "Included when true.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"name": "skip",
|
||
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.",
|
||
"locations": [
|
||
"FIELD",
|
||
"FRAGMENT_SPREAD",
|
||
"INLINE_FRAGMENT"
|
||
],
|
||
"args": [
|
||
{
|
||
"name": "if",
|
||
"description": "Skipped when true.",
|
||
"type": {
|
||
"kind": "NON_NULL",
|
||
"name": null,
|
||
"ofType": {
|
||
"kind": "SCALAR",
|
||
"name": "Boolean",
|
||
"ofType": null
|
||
}
|
||
},
|
||
"defaultValue": null
|
||
}
|
||
]
|
||
},
|
||
{
|
||
"name": "deprecated",
|
||
"description": "Marks an element of a GraphQL schema as no longer supported.",
|
||
"locations": [
|
||
"FIELD_DEFINITION",
|
||
"ENUM_VALUE"
|
||
],
|
||
"args": [
|
||
{
|
||
"name": "reason",
|
||
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted in [Markdown](https://daringfireball.net/projects/markdown/).",
|
||
"type": {
|
||
"kind": "SCALAR",
|
||
"name": "String",
|
||
"ofType": null
|
||
},
|
||
"defaultValue": "\"No longer supported\""
|
||
}
|
||
]
|
||
}
|
||
]
|
||
}
|
||
}
|
||
}
|