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 stumbled across this conversation for a question for graphQL-relay, where they point out that the GraphQL Spec details that list inputs should be able to handle a single value of the type that can be used in the list. I have been attempting this, for a input of [String!] but am getting the following error
graphql: graphql: panic occured: interface conversion: interface is string, not []interface {}
The text was updated successfully, but these errors were encountered:
I stumbled across this conversation for a question for graphQL-relay, where they point out that the
GraphQL Spec details that list inputs should be able to handle a single value of the type that can be used in the list. I have been attempting this, for a input of
[String!]
but am getting the following errorgraphql: graphql: panic occured: interface conversion: interface is string, not []interface {}
The text was updated successfully, but these errors were encountered: