shurcooL / graphql

Package graphql provides a GraphQL client implementation.
MIT License
704 stars 280 forks source link

Add additional methods for unstructured data #105

Open dpena-cb opened 1 year ago

dpena-cb commented 1 year ago

Adds functionality to allow clients to receive unstructured data both as []byte or a map interface.

The objective being that in some instances you may not know about the underlying structure of the source and can handle yourself as needed based on object response types.