Although the problem “Expected string found [“abc”, “xyz”]” has been resolved now but still unable to pass list as an argument to graphql query.
I’m using Graphql with Golang and need to take list as an argument for further query processing. For example, want to get orders and customers for each brand in the list.
If I convert it to string the calculations become little more complicated. Therefore we are looking for a suitable approach to pass list to graphql query.