mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #94] Default values for Variables #59
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#59
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 @pavelmickevic on GitHub (Mar 15, 2025).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/94
I wish, I could define a query with variables, where some variables have the default value set
Original Example
✅ works well. I love it.
Mine Proposal
❌ not available at the moment
Sometimes I wish I could include the variable values into default variable declaration, and not to have variables at all.