[PR #2961] [MERGED] chore: use IDs instead of Strings in graphql queries #4158

Closed
opened 2026-03-17 01:43:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2961
Author: @amk-dev
Created: 4/3/2023
Status: Merged
Merged: 4/3/2023
Merged by: @AndrewBastin

Base: stagingHead: chore/gql-string-to-id


📝 Commits (2)

  • 9fc2b99 chore: fix graphql queries to use ID instead of String
  • c8b88b9 chore: init firebase in hoppscotch-web

📊 Changes

4 files changed (+31 additions, -2 deletions)

View changed files

📝 packages/hoppscotch-common/src/helpers/backend/gql/queries/GetCollectionChildren.graphql (+1 -1)
📝 packages/hoppscotch-common/src/helpers/backend/gql/queries/GetCollectionChildrenIDs.graphql (+1 -1)
packages/hoppscotch-web/src/firebase/init.ts (+26 -0)
📝 packages/hoppscotch-web/src/main.ts (+3 -0)

📄 Description

This PR fixes queries GetCollectionChildren and GetCollectionChildrenIDs to use IDs instead of Strings for cursor


🔄 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/hoppscotch/hoppscotch/pull/2961 **Author:** [@amk-dev](https://github.com/amk-dev) **Created:** 4/3/2023 **Status:** ✅ Merged **Merged:** 4/3/2023 **Merged by:** [@AndrewBastin](https://github.com/AndrewBastin) **Base:** `staging` ← **Head:** `chore/gql-string-to-id` --- ### 📝 Commits (2) - [`9fc2b99`](https://github.com/hoppscotch/hoppscotch/commit/9fc2b99210c97e7aa4e263ec52b30aedd52cf864) chore: fix graphql queries to use ID instead of String - [`c8b88b9`](https://github.com/hoppscotch/hoppscotch/commit/c8b88b9b598b3296257957c2f7bed7fde76cf1f8) chore: init firebase in hoppscotch-web ### 📊 Changes **4 files changed** (+31 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-common/src/helpers/backend/gql/queries/GetCollectionChildren.graphql` (+1 -1) 📝 `packages/hoppscotch-common/src/helpers/backend/gql/queries/GetCollectionChildrenIDs.graphql` (+1 -1) ➕ `packages/hoppscotch-web/src/firebase/init.ts` (+26 -0) 📝 `packages/hoppscotch-web/src/main.ts` (+3 -0) </details> ### 📄 Description This PR fixes queries `GetCollectionChildren` and `GetCollectionChildrenIDs` to use IDs instead of Strings for cursor --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:43:11 +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/hoppscotch#4158
No description provided.