-
Notifications
You must be signed in to change notification settings - Fork 61
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
Adding a query builder to Lokka #27
Comments
We use this: https://github.com/kadirahq/graphqlify |
@arunoda Oh wow.. cool! Any documentation for that? And is that used internally in Lokka or where is it used? |
Documentation is in the above repo itself. Isn't that useful. |
@arunoda It doesn't seem to cover all the use cases, like using fragments and query variables. |
Yeah! True. |
@arunoda But does it kinda handle those implicitly? Even though the examples aren't there in the README? |
I need to ask this from @mnmtanish
|
Opened issues for fragments and query variables. I'll post an update when they are ready. |
Was with a colleague today and he came up with
Usage: let params = { addTo(params){
|
So I currently have an issue, or rather a feature request. I am beginning to have to work with queries with optional arguments that may not be provided in certain instances, but having created the query string, it isn't very flexible to remove arguments dynamically. Is there any proposed query builder tool to be used? Or could this be added to Lokka? I believe it would be a useful feature, given that scenarios where dynamically adding arguments would occur in a lot of projects.
The text was updated successfully, but these errors were encountered: