Changelog for graphql_client View Source

v0.2.1

Changes

  • Minor documentation fixes

v0.2.0

Changes

Bugfixes

  • Do not allow variables to be added twice, even when declared with different key types

v0.1.2

Bugfixes

  • Fix the return value of GraphQL.LocalBackend.execute_query/2

v0.1.1

New Features

  • Enable recursive expression for variables
  • New function GraphQL.QueryBuilder.enum/1, to declare enum values so they are rendered without quotes.

v0.1.0

First version!

New Features

  • GraphQL query representation using elixir code!
  • Merge queries into a single operation
  • Testing suppport