Tweak collections field description, try codecov.io reporting

This commit is contained in:
Brian Beck 2016-12-12 09:43:17 -08:00
parent 8bc710091c
commit 6ae2fa259d
2 changed files with 4 additions and 1 deletions

View file

@ -16,3 +16,4 @@ script:
after_success:
- $(yarn bin)/nyc report --reporter=text-lcov | $(yarn bin)/coveralls
- bash <(curl -s https://codecov.io/bash)

View file

@ -227,7 +227,9 @@ export const releaseStatus = {
export const areas = linkedQuery(AreaConnection)
export const artists = linkedQuery(ArtistConnection)
export const collections = linkedQuery(CollectionConnection)
export const collections = linkedQuery(CollectionConnection, {
description: 'A list of collections containing this entity.'
})
export const events = linkedQuery(EventConnection)
export const instruments = linkedQuery(InstrumentConnection)
export const labels = linkedQuery(LabelConnection)