Arguments sent to the GraphQL endpoint is sent as a string from GraphiQL and needs to be deserialized before they're passed to the GraphQL library. Other GraphQL implementations also seems to handle this case.
The GraphQL version OTP is currently on does not work with complex types sent as arguments, this has been fixed in newer versions of the library.
Arguments sent to the GraphQL endpoint is sent as a string from GraphiQL and needs to be deserialized before they're passed to the GraphQL library. Other GraphQL implementations also seems to handle this case.
The GraphQL version OTP is currently on does not work with complex types sent as arguments, this has been fixed in newer versions of the library.