mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Update schema
This commit is contained in:
parent
2cf576a018
commit
618ac1b3e1
2 changed files with 2 additions and 2 deletions
|
|
@ -4595,7 +4595,7 @@
|
||||||
{
|
{
|
||||||
"kind": "OBJECT",
|
"kind": "OBJECT",
|
||||||
"name": "Tag",
|
"name": "Tag",
|
||||||
"description": "[Tags](https://musicbrainz.org/tags) are a way mark entities\nwith extra information – for example, the genres that apply to an artist,\nrelease, or recording.",
|
"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": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "name",
|
"name": "name",
|
||||||
|
|
|
||||||
|
|
@ -1641,7 +1641,7 @@ type SeriesEdge {
|
||||||
cursor: String!
|
cursor: String!
|
||||||
}
|
}
|
||||||
|
|
||||||
# [Tags](https://musicbrainz.org/tags) are a way mark entities
|
# [Tags](https://musicbrainz.org/tags) are a way to mark entities
|
||||||
# with extra information – for example, the genres that apply to an artist,
|
# with extra information – for example, the genres that apply to an artist,
|
||||||
# release, or recording.
|
# release, or recording.
|
||||||
type Tag {
|
type Tag {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue