A boilerplate project for easier development of GraphBrainz extensions!
Begin developing your extension like so:
$ 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:
$ npm run start
You even get automatically generated schema documentation; below are the docs for the included demo schema.
🔹 This type has been extended. See the base schema for a description and additional fields.
Field | Argument | Type | Description |
---|---|---|---|
helloWorld | String! |
A message that says hello to the artist. |