mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Fix Tag description
This commit is contained in:
parent
6f5601ec19
commit
3f33173391
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { connectionWithCount } from './helpers'
|
||||||
|
|
||||||
const Tag = new GraphQLObjectType({
|
const Tag = new GraphQLObjectType({
|
||||||
name: 'Tag',
|
name: 'Tag',
|
||||||
description: `[Tags](https://musicbrainz.org/tags) are a way mark entities
|
description: `[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.`,
|
||||||
fields: () => ({
|
fields: () => ({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue