mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #86] Trying to understand nested queries with aliases #53
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#53
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?
Originally created by @christopher-caldwell on GitHub (Sep 1, 2023).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/86
I'm trying to put together a query where the alias is "deep", but am getting runtime errors. TS checks out because it's type is
object.Is it documented anywhere that this field needs to be present, even if you don't ave any variables?