Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boot & Leiningen Plugins #1

Open
domkm opened this issue Nov 28, 2018 · 0 comments
Open

Boot & Leiningen Plugins #1

domkm opened this issue Nov 28, 2018 · 0 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@domkm
Copy link
Member

domkm commented Nov 28, 2018

It would be nice to provide plugins to help with common workflows. There are many ways to use GraphQL and it is not yet clear what a general-purpose plugin for Serene should look like. This issue is for that discussion.

The following are open questions:

  • What input formats should be accepted?
    • definitely - introspection schema EDN
    • probably - introspection schema JSON
    • maybe - GraphQL SDL - requires parsing and knowledge of custom type system directives
    • maybe - Lacinia EDN - requires an additional dependency
  • What input sources should be accepted?
    • definitely - JSON or EDN file path string
    • definitely - URL to be fetched via HTTP - this also requires setting request options
    • maybe - dynamic source like a var/symbol/function that returns the schema
  • What output options should be considered?
    • Hopefully we can just output s/def forms to a file and call it a day.
  • What should the plugin interfaces look like?
@domkm domkm added help wanted Extra attention is needed question Further information is requested labels Nov 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant