Add missing description to MediaWikiImage

This commit is contained in:
Brian Beck 2017-10-19 01:45:34 -07:00
parent 086b7469e1
commit 51cc879363
2 changed files with 5 additions and 0 deletions

View file

@ -162,6 +162,9 @@ possible [Label-URL relationship types](https://musicbrainz.org/relationships/la
### MediaWikiImage
An object describing various properties of an image stored on a MediaWiki
server. The information comes the [MediaWiki imageinfo API](https://www.mediawiki.org/wiki/API:Imageinfo).
<table>
<thead>
<tr>

View file

@ -1,5 +1,7 @@
export default `
# An object describing various properties of an image stored on a MediaWiki
# server. The information comes the [MediaWiki imageinfo API](https://www.mediawiki.org/wiki/API:Imageinfo).
type MediaWikiImage {
# The URL of the actual image file.
url: URLString!