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
|
### 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>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
export default `
|
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 {
|
type MediaWikiImage {
|
||||||
# The URL of the actual image file.
|
# The URL of the actual image file.
|
||||||
url: URLString!
|
url: URLString!
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue