Andrea Giurgola

Results 6 comments of Andrea Giurgola

Hey! I'll try implementing this.

Oh, I see! The problem is that I can't use an integer as a field's name in a GraphQL type. I tried searching on the web, but I couldn't find...

Ok, checked GraphQL Specification, and can confirm a field's name must be a string. ![image](https://user-images.githubusercontent.com/32310370/99654642-e9087180-2a5a-11eb-81a1-93b85b973e14.png) Can't use single quote or double-quote either. ![image](https://user-images.githubusercontent.com/32310370/99654776-1bb26a00-2a5b-11eb-9cc3-e7ef6e98a4b9.png) I just need to thing a solution...

Also if you could help me update [spec.js](https://github.com/slothpixel/core/blob/master/routes/spec.js) while I try to find a solution to this, that would be amazing :D

The problem is that whenever I try to save it, it saves as string. But whenever I get it, it converts to number.

I think I may have found a solution: just add a string of characters before the ID and it will get picked as a string overall. But this should be...