mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #65] Custom variable parameter #135
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gql-query-builder#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vikiival on GitHub (Feb 25, 2022).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/65
Hey,
I found this library and is really nice and easy to use, however I found a case where I would need a help
I need to write query like
and so far my hack is
The thing I need is to somehow wrap the variable into the object.
Question is: Is it possible to do that? Or should I just pass the whole object (
{currentOwner_eq: "vikiival"}) as the variable ?@toadkicker commented on GitHub (Jul 8, 2022):
You would want a GQL resolver to handle this problem I think
@kingRayhan commented on GitHub (Apr 7, 2023):
I also need to know that