Skip to content

Releases: dart-graphql/graphql_client

0.0.3

25 Aug 17:47
4203df8
Compare
Choose a tag to compare

Features

  • Support GQL directive

Breaking changes

  • Refactor OperationType. Remove the enum and replace its value by constant strings

Minor changes

  • Remove getter and setter of Scalar & ScalarCollection mixin

0.0.2

25 Aug 13:07
4c07472
Compare
Choose a tag to compare
  • Refactor the client
  • Create a DSL that supports very GQL features
  • Ready to support code generation

0.0.1

19 Jul 13:00
584b1d0
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release
  • Initial version.
  • Very simple PoC of a reflective GraphQL client with example.
  • Establishing the ROADMAP