mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #36] query with empty fields will build a wrong Syntax #115
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#115
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 @zgy03916618421 on GitHub (Jun 22, 2020).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/36
for example
//output
@Devorein commented on GitHub (Jun 28, 2020):
The last pair of brackets has to be removed for this issue to be resolved, you could try
gqlquery.query = gqlquery.query.replace(/\{\s+\}/, "");.@Devorein commented on GitHub (Jul 1, 2020):
@atulmy You can close this issue as the fix has been integrated