Posts by oblinez • 1 point
2 posts
-
-2
votes1
answer30
viewsQ: an Observer within an observable function is not feeding variable
what am I doing wrong? the variable test is not being fed, always Undefined result.data is ok, the api is working and the query tbm, the problem is the variable test that always this Undefined…
-
-1
votes1
answer33
viewsQ: how to return the result of a mutation-deletion in graphql?
I am trying to return the value of a deletion in the api, with this value returned I will be able to do a treatment for the frontend but as I am beginner in this area, I’m having difficulties I…