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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] feat: introduce graphql for events #90

Merged
merged 8 commits into from
Nov 16, 2020

Conversation

mattlindsey
Copy link
Collaborator

@mattlindsey mattlindsey commented Nov 16, 2020

fixes #66
Add GraphQL interface using work done earlier by @mattwr18.
Try a query like this from localhost:3000/graphiql:
{
events {
id
duration
name
}
}

  • Tests all green tests and all builds passes 馃挌
  • PR well-named, issue linked 馃搸 and no merge conflicts.
  • Request review from other contributors
Screenshots(if appropriate)

Copy link
Collaborator

@aonomike aonomike left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great to me. Thanks @mattlindsey @mattwr18

@aonomike aonomike merged commit 6ff2233 into AgileVentures:develop Nov 16, 2020
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.

None yet

3 participants