You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to pass an array of strings to graphql query but always got complain that [String] is an invalid type. I tried [Int], [Boolean] and both can be interpreted as valid types. I bumped up my graphql-tag to the newest version but still nothing changed.
Could you please help me figure out what's wrong on my side? Or graphql-tag intrinsically doesn't allow [String] as a parameter. If the latter is true, could you explain why it it not supported and an alternative way will be very much appreciated.
The text was updated successfully, but these errors were encountered:
I know this issue is pretty old at this point but wanted to see if this was still a problem or not? FWIW I haven't seen any issues declaring [String] as a type myself. Let me know if this is still a problem and we can look into it. Thanks!
I want to pass an array of strings to graphql query but always got complain that [String] is an invalid type. I tried [Int], [Boolean] and both can be interpreted as valid types. I bumped up my graphql-tag to the newest version but still nothing changed.
Could you please help me figure out what's wrong on my side? Or graphql-tag intrinsically doesn't allow [String] as a parameter. If the latter is true, could you explain why it it not supported and an alternative way will be very much appreciated.
The text was updated successfully, but these errors were encountered: