mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
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#95
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/91
Author: @yargyropoulos
Created: 12/18/2023
Status: 🔄 Open
Base:
master← Head:fix-ext-issues-88-89📝 Commits (2)
21b6e95allow any type for mutation and subscription adaptersad693eaexport Utils functions separately instead of exporting a class with static methods📊 Changes
7 files changed (+187 additions, -183 deletions)
View changed files
📝
src/Utils.ts(+142 -150)📝
src/adapters/DefaultAppSyncMutationAdapter.ts(+5 -5)📝
src/adapters/DefaultAppSyncQueryAdapter.ts(+4 -4)📝
src/adapters/DefaultMutationAdapter.ts(+15 -10)📝
src/adapters/DefaultQueryAdapter.ts(+14 -7)📝
src/adapters/DefaultSubscriptionAdapter.ts(+5 -5)📝
src/index.ts(+2 -2)📄 Description
This is my suggested fix for 2 issues I've raised recently :
With these 2 changes I was able to write my own custom Query and Mutation Adapters.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.