mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Correct alias description to match schema
This commit is contained in:
parent
bbfeb12c16
commit
615ab2c16d
3 changed files with 3 additions and 5 deletions
|
|
@ -3,8 +3,7 @@
|
||||||
```graphql
|
```graphql
|
||||||
# [Aliases](https://musicbrainz.org/doc/Aliases) are variant names
|
# [Aliases](https://musicbrainz.org/doc/Aliases) are variant names
|
||||||
# that are mostly used as search help: if a search matches an entity’s alias, the
|
# that are mostly used as search help: if a search matches an entity’s alias, the
|
||||||
# entity will be given as a result – even if the actual name wouldn’t be. They are
|
# entity will be given as a result – even if the actual name wouldn’t be.
|
||||||
# available for artists, labels, and works.
|
|
||||||
type Alias {
|
type Alias {
|
||||||
# The aliased name of the entity.
|
# The aliased name of the entity.
|
||||||
name: String
|
name: String
|
||||||
|
|
|
||||||
|
|
@ -122,8 +122,7 @@ requests can be made.
|
||||||
|
|
||||||
[Aliases](https://musicbrainz.org/doc/Aliases) are variant names
|
[Aliases](https://musicbrainz.org/doc/Aliases) are variant names
|
||||||
that are mostly used as search help: if a search matches an entity’s alias, the
|
that are mostly used as search help: if a search matches an entity’s alias, the
|
||||||
entity will be given as a result – even if the actual name wouldn’t be. They are
|
entity will be given as a result – even if the actual name wouldn’t be.
|
||||||
available for artists, labels, and works.
|
|
||||||
|
|
||||||
<table><thead>
|
<table><thead>
|
||||||
<th align="left">Field / Argument</th>
|
<th align="left">Field / Argument</th>
|
||||||
|
|
|
||||||
|
|
@ -985,7 +985,7 @@
|
||||||
{
|
{
|
||||||
"kind": "OBJECT",
|
"kind": "OBJECT",
|
||||||
"name": "Alias",
|
"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.",
|
"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.",
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
"name": "name",
|
"name": "name",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue