gql-query-builder
gql-query-builder copied to clipboard
TypeError: innerFields.forEach is not a function
Hi!
I get an error when I try to collect a query
TypeError: innerFields.forEach is not a function
For example, the query is as follows
[ { operation: 'someoperation', fields: [ 'id', { operation: 'someoperation2', fields: [ 'name' ] } ] } ]
Any updates on this?
https://github.com/atulmy/gql-query-builder/pull/76