Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct handling of GraphQL aliases in queries
Ensure proper functionality of GraphQL aliases within queries. Example: Fixed issue where aliases were not correctly resolving in the following query: ```gql query { firstUser: user(id: 1) { fullName: name email } } ```
- Loading branch information