mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[PR #81] feat(variables): custom builder function to override variable generation #92
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#92
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?
📋 Pull Request Information
Original PR: https://github.com/atulmy/gql-query-builder/pull/81
Author: @BasitAli
Created: 4/13/2023
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
904f86cfeat(variables): custom builder function to override variable generation📊 Changes
4 files changed (+78 additions, -5 deletions)
View changed files
📝
README.md(+35 -0)📝
src/Utils.ts(+15 -3)📝
src/VariableOptions.ts(+1 -0)📝
src/index.test.ts(+27 -2)📄 Description
This allows specifying custom builder methods for variable definition to cater requirements such as #22 and #65.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.