Skip to content

Use GraphQL for querying and subscriptions#1

Draft
farhaven wants to merge 3 commits intomasterfrom
graphql
Draft

Use GraphQL for querying and subscriptions#1
farhaven wants to merge 3 commits intomasterfrom
graphql

Conversation

@farhaven
Copy link
Copy Markdown
Collaborator

@farhaven farhaven commented Apr 9, 2020

The goal is to use GraphQL to fully specify querying and subscriptions, so that client code can be generated instead of having to hope that the JSON we ship kinda sorta matches.

The branch is almost unusable right now but will shape up over the next few days.

This has quite some duplicate code. The alert structure should be
defined once as a GraphQL model and then handled by the proxy, so that
the resolvers only need to return it.

Also it's missing quite a lot of things and the readme is now wrong.

Signed-off-by: Gregor Best <gbe@unobtanium.de>
@farhaven farhaven requested a review from Harry-R April 9, 2020 19:57
@farhaven farhaven self-assigned this Apr 9, 2020
@farhaven farhaven linked an issue Apr 9, 2020 that may be closed by this pull request
It's working, the missing bit is subscriptions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use GraphQL to specify the API

1 participant