mirror of
https://github.com/BradNut/graphbrainz
synced 2025-09-08 17:40:32 +00:00
Add missing description to MediaWikiImage
This commit is contained in:
parent
086b7469e1
commit
51cc879363
2 changed files with 5 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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!
|
||||
|
|
|
|||
Loading…
Reference in a new issue