Skip to content

New data objects

Compare
Choose a tag to compare
@joskfg joskfg released this 12 Jul 10:12
· 5 commits to master since this release
23a1ad6

Now graphql client is able to use data objects instead of arrays to process the query results and build query mutations. This allows you to do complex transformations like transform a query into a mutation, filter information, bulk data modifications, etc...

Check the Readme for more details.

What's Changed

  • Adding object access to graphql queries by @joskfg in #62

Full Changelog: 1.3.0...2.0.0