diff --git a/schema.json b/schema.json index ad1c2b9..d9435fd 100644 --- a/schema.json +++ b/schema.json @@ -1239,6 +1239,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -1823,6 +1835,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -2379,6 +2403,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -2921,6 +2957,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -4332,6 +4380,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -4585,6 +4645,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -4718,6 +4790,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -5129,6 +5213,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -5447,6 +5543,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -5762,6 +5870,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -7230,6 +7350,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -7324,6 +7456,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -7946,6 +8090,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, @@ -8040,6 +8196,18 @@ }, "isDeprecated": false, "deprecationReason": null + }, + { + "name": "score", + "description": "The relevancy score (0–100) assigned by the search engine, if\nthese results were found through a search.", + "args": [], + "type": { + "kind": "SCALAR", + "name": "Int", + "ofType": null + }, + "isDeprecated": false, + "deprecationReason": null } ], "inputFields": null, diff --git a/schema.md b/schema.md index f30b4ce..34a9820 100644 --- a/schema.md +++ b/schema.md @@ -101,6 +101,10 @@ type AreaEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # An [artist](https://musicbrainz.org/doc/Artist) is generally a @@ -223,6 +227,10 @@ type ArtistEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # A query for all MusicBrainz entities directly linked to another @@ -479,6 +487,10 @@ type EventEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # [Instruments](https://musicbrainz.org/doc/Instrument) are @@ -541,6 +553,10 @@ type InstrumentEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # An [IPI](https://musicbrainz.org/doc/IPI) (interested party @@ -629,6 +645,10 @@ type LabelEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # Fields indicating the begin and end date of an entity’s @@ -811,6 +831,10 @@ type PlaceEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # The query root, from which multiple types of MusicBrainz @@ -904,6 +928,10 @@ type RecordingEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # [Relationships](https://musicbrainz.org/doc/Relationships) are a @@ -970,6 +998,10 @@ type RelationshipEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # Lists of entity relationships for each entity type. @@ -1293,6 +1325,10 @@ type ReleaseEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # Date on which a release was issued in a country/region with a @@ -1384,6 +1420,10 @@ type ReleaseGroupEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } enum ReleaseGroupType { @@ -1639,6 +1679,10 @@ type SeriesEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # [Tags](https://musicbrainz.org/tags) are a way to mark entities @@ -1672,6 +1716,10 @@ type TagEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # A time of day, in 24-hour hh:mm notation. @@ -1714,6 +1762,10 @@ type URLEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } # A web address. @@ -1783,5 +1835,9 @@ type WorkEdge { # A cursor for use in pagination cursor: String! + + # The relevancy score (0–100) assigned by the search engine, if + # these results were found through a search. + score: Int } ``` \ No newline at end of file