You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: