-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
The sample query in the demo:
{
lookup {
artist(mbid: "5ca3f318-d028-4151-ac73-78e2b2d6cdcc") {
name
mediaWikiImages {
url
objectName
descriptionHTML
licenseShortName
}
}
}
}
returns
{
"errors": [
{
"message": "certificate has expired",
"locations": [
{
"line": 5,
"column": 7
}
],
"path": [
"lookup",
"artist",
"mediaWikiImages"
]
}
],
"data": {
"lookup": {
"artist": null
}
}
}
Metadata
Metadata
Assignees
Labels
No labels