mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[PR #71] [MERGED] feat: add operation alias support #167
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#167
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/71
Author: @leeroyrose
Created: 7/20/2022
Status: ✅ Merged
Merged: 7/21/2022
Merged by: @atulmy
Base:
master← Head:feat/operation-alias📝 Commits (1)
a98b7f9feat: add operation alias support📊 Changes
9 files changed (+259 additions, -26 deletions)
View changed files
📝
README.md(+30 -1)📝
package-lock.json(+0 -1)📝
src/IQueryBuilderOptions.ts(+5 -1)📝
src/adapters/DefaultAppSyncMutationAdapter.ts(+13 -5)📝
src/adapters/DefaultAppSyncQueryAdapter.ts(+13 -7)📝
src/adapters/DefaultMutationAdapter.ts(+11 -4)📝
src/adapters/DefaultQueryAdapter.ts(+8 -3)📝
src/adapters/DefaultSubscriptionAdapter.ts(+9 -4)📝
src/index.test.ts(+170 -0)📄 Description
Adding support for aliases, as per: https://graphql.org/learn/queries/#aliases
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.