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

GraphQL support #25

Open
csharpfritz opened this issue Feb 18, 2022 · 2 comments
Open

GraphQL support #25

csharpfritz opened this issue Feb 18, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@csharpfritz
Copy link
Owner

We should enable optional GraphQL support with an entry in the InstantAPI configuration

@csharpfritz csharpfritz added the enhancement New feature or request label Feb 18, 2022
@dpiessens
Copy link

Hi, this is a great project, can I help with the GraphQL side? A few thoughts around what we could do here:

  • Probably makes sense to use an existing GraphQL library, do you have a preferred one?
  • Given how mutations work, I think it would make sense to make it read-only for simplicity
  • Authorization may also come into play, but we can cross that when we get there.
  • Filtering capabilities Filtering capabilities #18 is something that we would also need to consider as we may not want to allow everything but don't want the API to be too complicated

@csharpfritz
Copy link
Owner Author

csharpfritz commented Feb 23, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants