Update schema

This commit is contained in:
Brian Beck 2016-11-28 06:27:39 -08:00
parent 2cf576a018
commit 618ac1b3e1
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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 {