graphql-client
graphql-client copied to clipboard
Is there any way to generate Query string for mutation ?
trafficstars
Instead of giving hard coded strings for Mutation and others, Is there any way we can generate the query string dynamically if I give the object(using reflection or?)?
I think Apollo(they wrote all languages except .net) can, but this repo can't for now.