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

Implement support for GraphQL #2

Open
opensaucerer opened this issue May 12, 2023 · 0 comments
Open

Implement support for GraphQL #2

opensaucerer opened this issue May 12, 2023 · 0 comments

Comments

@opensaucerer
Copy link
Collaborator

It's important to note that barf is only focused on being a framework for building JSON API only. GraphQL, of course, is a query language that supports JSON hence the need to allow BARF to support it.

Naturally, most frameworks need not do anything special for GraphQL to work but because BARF does not expose any application instance, it becomes very much necessary that we implement a way to hook in resolvers and type defs onto the barf root handler.

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

No branches or pull requests

1 participant