Re working with GraphQL queries and mutations on the client side it feels to me that we are missing the ability to go from Objects to the graphql string, if I look at Node/React, Java, PHP they all hit this issue of translation.
wsakaren
02/19/2018, 7:19 AM
Are other people hitting this problem or is your schema just simple enough you don’t see the issue? JSON with all its faults has good mechanisms for encoding/decoding and thats missing here.