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
but when I launch the query to see if everything is working, the first field arrives ok but the second one that brings an object, the values of the keys of the object are null. I made the test eliminating or omitting the first "_type" and then the results are not null in the object of the second field. It is as if it replaced it or got confused when replacing things. Has anyone had something similar happen? or do you know if there is a problem with underscored key names? As if _type is equal to type and that's why this "bug" happens?
Greetings.
The text was updated successfully, but these errors were encountered:
Good afternoon, I am having a problem with a json that comes as a response to an external endpoint. This json brings the following key values.
When I assemble the graphql object, I assemble it as follows.
but when I launch the query to see if everything is working, the first field arrives ok but the second one that brings an object, the values of the keys of the object are null. I made the test eliminating or omitting the first "_type" and then the results are not null in the object of the second field. It is as if it replaced it or got confused when replacing things. Has anyone had something similar happen? or do you know if there is a problem with underscored key names? As if _type is equal to type and that's why this "bug" happens?
Greetings.
The text was updated successfully, but these errors were encountered: