graphbrainz-extension-boilerplate

2.0.0 • Public • Published

GraphBrainz Extension: Boilerplate

A boilerplate project for easier development of GraphBrainz extensions!

Begin developing your extension like so:

$ git clone git@github.com: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.

Schema Types

Table of Contents

Objects

Artist

🔹 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.

Package Sidebar

Install

npm i graphbrainz-extension-boilerplate

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

32.3 kB

Total Files

9

Last publish

Collaborators

  • exogen