-
Notifications
You must be signed in to change notification settings - Fork 13
Create a plugin for the GraphQL CLI #64
Comments
For creating a datasource? |
@kbrandwijk That + using the |
Tip: your datasource boilerplate already works with
|
Let's think about how a datasource could be stored in projects:
xckd: # this is the gramps datasource namespace
schemaPath: 'schema.graphql'
extensions:
gramps:
package: '@gramps/data-source-xckd' #or:
local: './datasources/xckd' Update: see my comment below for the reasons why this structure will not work. |
Alternatively, there could be a single |
@jlengstorf As it's Christmas 🎄, I created you a little Christmas present 🎁. As it turns out, both Anything that requires additional integration with |
@kbrandwijk This is amazing! I'm still mostly off the computer for holiday things, but I will dig into this and start playing over the next week or so. Thanks so much for putting this together! |
Let's add a
graphql-cli
plugin to allow for:gramps
CLI commands as part of thegraphql
suite of commands (e.g.graphql gramps dev --gateway ./my-gateway.js
)Once we have some boilerplates ready, let's also expand this to allow creating a gateway.
The text was updated successfully, but these errors were encountered: