[PR #29] [MERGED] Support array variables - Close #28 #70

Closed
opened 2026-03-03 00:03:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/atulmy/gql-query-builder/pull/29
Author: @ARHariri
Created: 3/31/2020
Status: Merged
Merged: 4/1/2020
Merged by: @atulmy

Base: masterHead: feature-array-variables


📝 Commits (1)

  • b1026b2 feat: Add array variable ability to variable object

📊 Changes

3 files changed (+46 additions, -35 deletions)

View changed files

📝 src/Utils.ts (+15 -4)
📝 src/adapters/DefaultQueryAdapter.ts (+1 -31)
📝 src/index.test.ts (+30 -0)

📄 Description

Add list property to the variable object to specify a variable as an array


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/atulmy/gql-query-builder/pull/29 **Author:** [@ARHariri](https://github.com/ARHariri) **Created:** 3/31/2020 **Status:** ✅ Merged **Merged:** 4/1/2020 **Merged by:** [@atulmy](https://github.com/atulmy) **Base:** `master` ← **Head:** `feature-array-variables` --- ### 📝 Commits (1) - [`b1026b2`](https://github.com/atulmy/gql-query-builder/commit/b1026b2de1e16405fd952ad914c6ec86ff417f01) feat: Add array variable ability to variable object ### 📊 Changes **3 files changed** (+46 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `src/Utils.ts` (+15 -4) 📝 `src/adapters/DefaultQueryAdapter.ts` (+1 -31) 📝 `src/index.test.ts` (+30 -0) </details> ### 📄 Description Add `list` property to the `variable` object to specify a variable as an array --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:03:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gql-query-builder#70
No description provided.