Skip to content

exogen/graphbrainz-extension-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.