mirror of
https://github.com/atulmy/gql-query-builder.git
synced 2026-04-25 23:55:55 +03:00
[GH-ISSUE #56] TypeError: innerFields.forEach is not a function #33
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#33
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 @bujanov on GitHub (Mar 31, 2021).
Original GitHub issue: https://github.com/atulmy/gql-query-builder/issues/56
Hi!
I get an error when I try to collect a query
TypeError: innerFields.forEach is not a functionFor example, the query is as follows
[ { operation: 'someoperation', fields: [ 'id', { operation: 'someoperation2', fields: [ 'name' ] } ] } ]@FrankMbappe commented on GitHub (Sep 9, 2022):
Any updates on this?
@marfalkov commented on GitHub (Oct 19, 2022):
https://github.com/atulmy/gql-query-builder/pull/76