mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[PR #90] Make it possible to request a subscription with empty fields #94
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#94
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/90
Author: @pascal-klesse
Created: 12/8/2023
Status: 🔄 Open
Base:
master← Head:patch-1📝 Commits (1)
3b858c1Fix empty fields request📊 Changes
1 file changed (+3 additions, -4 deletions)
View changed files
📝
src/adapters/DefaultSubscriptionAdapter.ts(+3 -4)📄 Description
This changes will made it possible to request a subscription with return type string and without fields.
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.