graphbrainz
graphbrainz copied to clipboard
A fully-featured GraphQL interface for the MusicBrainz API.
Currently, most of the extensions depend on being attached to a particular MusicBrainz entity, and don't offer many of their own fields on the root Query. I'm considering rebranding this...
Hi again, I'm getting an unusual amount of ESOCKETTIMEDOUTs. Maybe the `request()` should use an HTTP Agent, for keep-alive. Don't think it is. https://github.com/request/request#user-content-requestoptions-callback
I've been running a large amount of complex queries, and often it's the case that deeply nested results lead to lots of individual lookup queries for entities. I hacked up...
Find `genius.com` URLs in `lyrics` relationships and query the [Genius API](https://docs.genius.com/) for more information.
Use the `wikipedia` URL relationship to query Wikipedia for more information, using the MediaWiki API.
Use the `wikidata` URL relationship to query WikiData for more information.
Instead of making people access information through the somewhat cumbersome relationship API, it would be nice if an extension parsed out common relationships into something more useful. For example, artists...
I don't see any reason why `limit` & `offset` args couldn't be supported alongside `first` & `after`, to provide a more friendly schema for users who aren't using Relay. It...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...