Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exogen/graphbrainz-extension-boilerplate
A boilerplate project for developing GraphBrainz extensions.
https://github.com/exogen/graphbrainz-extension-boilerplate
boilerplate graphbrainz graphql graphql-schema musicbrainz musicbrainz-api
Last synced: 11 days ago
JSON representation
A boilerplate project for developing GraphBrainz extensions.
- Host: GitHub
- URL: https://github.com/exogen/graphbrainz-extension-boilerplate
- Owner: exogen
- License: mit
- Created: 2017-11-05T02:24:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-04T22:51:40.000Z (over 6 years ago)
- Last Synced: 2024-12-18T19:10:37.663Z (15 days ago)
- Topics: boilerplate, graphbrainz, graphql, graphql-schema, musicbrainz, musicbrainz-api
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphBrainz Extension: Boilerplate
A boilerplate project for easier development of GraphBrainz extensions!
Begin developing your extension like so:
```console
$ git clone [email protected]:exogen/graphbrainz-extension-boilerplate.git
$ cd graphbrainz-extension-boilerplate
$ npm install
```Then start changing files! You can run a demo server with your extension like
so:```console
$ npm run start
```You even get automatically generated schema documentation; below are the docs
for the included demo schema.## Schema Types
Table of Contents
* [Objects](#objects)
* [Artist](#artist)### Objects
#### Artist
:small_blue_diamond: *This type has been extended.
See the [base schema](https://github.com/exogen/graphbrainz/docs/types.md) for a description and additional fields.*Field
Argument
Type
DescriptionhelloWorld
String!A message that says hello to the artist.