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
3dd50e175b
commit
bbfeb12c16
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@ export default new GraphQLObjectType({
|
|||
name: 'Alias',
|
||||
description: `[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
|
||||
entity will be given as a result – even if the actual name wouldn’t be. They are
|
||||
available for artists, labels, and works.`,
|
||||
entity will be given as a result – even if the actual name wouldn’t be.`,
|
||||
fields: () => ({
|
||||
name: {
|
||||
...name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue