Correct alias description to match schema

This commit is contained in:
Brian Beck 2016-11-29 00:13:32 -08:00
parent bbfeb12c16
commit 615ab2c16d
3 changed files with 3 additions and 5 deletions

View file

@ -3,8 +3,7 @@
```graphql
# [Aliases](https://musicbrainz.org/doc/Aliases) are variant names
# that are mostly used as search help: if a search matches an entitys alias, the
# entity will be given as a result even if the actual name wouldnt be. They are
# available for artists, labels, and works.
# entity will be given as a result even if the actual name wouldnt be.
type Alias {
# The aliased name of the entity.
name: String

View file

@ -122,8 +122,7 @@ requests can be made.
[Aliases](https://musicbrainz.org/doc/Aliases) are variant names
that are mostly used as search help: if a search matches an entitys alias, the
entity will be given as a result even if the actual name wouldnt be. They are
available for artists, labels, and works.
entity will be given as a result even if the actual name wouldnt be.
<table><thead>
<th align="left">Field&nbsp;/&nbsp;Argument</th>

View file

@ -985,7 +985,7 @@
{
"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 entitys alias, the\nentity will be given as a result even if the actual name wouldnt 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 entitys alias, the\nentity will be given as a result even if the actual name wouldnt be.",
"fields": [
{
"name": "name",