exogen / exogen/graphbrainz

Demo query returns error

Open
#107 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
166
Forks
29
PR merge metrics
No merged PRs in 30d

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
}
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.