Josué Acevedo (Neomatrix)
Josué Acevedo (Neomatrix)
Thank you very much for your comments, how are you trying to make your http request? What tool are you using?
I have reviewed your application with my tools and I have not encountered any problems, so I think you should configure your jupyter. I leave you a few links of...
I could not replicate your error in my tests. Try with ```julia const client = new ApolloClient ({ uri: 'http: // localhost: 4000 / graphql', fetchOptions: { mode: 'no-cors', },...
In order to help, I must be able to replicate the error on my computer, so I ask you to send me the following information **Describe the bug** A clear...
OS: Windows 10 IDE: Console software/package versions Julia: 1.3.0 description of the problem apollo sends the data to merly with the wrong content-type ``` Content-Type: text/plain;charset=UTF-8 ``` should be ```...
After doing more tests I ran into the following error: Unexpected end of JSON after much reading, this is due to the way in which Apollo works so it is...
Thank you very much for your comments
Thanks for your issue, you are right the nested input types are not working properly, we are preparing to launch a new version (0.3) in which we will rebuild the...
Excellent thank you very much. I will contact you when the beta phase starts.
Hello, thank you very much for your comment. The subscription functionality is contemplated for the next version, however I cannot give you an exact date, possibly it will be available...