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
{{ message }}
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.
At first, I thought that it was an excellent library. It just needs some polish to be good enough. Then I played around with it and saw that it is just a proof-of-concept with neet idea where lots of essential features are just not implemented. It looks like adding them will be somewhat tricky.
So, is there any roadmap for the library?
The text was updated successfully, but these errors were encountered:
From what I see, the library is missing the following key features. Without them, graphql is not graphql. Mutations
It is a crucial feature, but it is easy to implement. So, no worry about it.
Type nullability
It may take a noticeable amount of effort to implement.
Update: ok, type nullability is not so complex
Ability to combine multiple fields in one query
At the moment, it is not possible to build and execute a query when you are touching various fields at the same time:
At first, I thought that it was an excellent library. It just needs some polish to be good enough. Then I played around with it and saw that it is just a proof-of-concept with neet idea where lots of essential features are just not implemented. It looks like adding them will be somewhat tricky.
So, is there any roadmap for the library?
The text was updated successfully, but these errors were encountered: