Add an easy way to wire up GraphQL as a data source

Add an easy way to wire up GraphQL as a data source

… GraphQL requests. Right now in order for us to use GraphQL, we have to build out the request manually with a string such as the following: {“query …

 

Read More