Skip to content

Releases: beeman/kikstart-graphql-client-codegen

v2.0.2

Choose a tag to compare

@beeman beeman released this 31 Jan 09:15

2.0.2 (2020-01-31)

Bug Fixes

  • don't depend on graphql (0c113c1)

v2.0.1

Choose a tag to compare

@beeman beeman released this 31 Jan 09:08
6e9c76c

2.0.1 (2020-01-31)

Bug Fixes

  • make it work with the latest version of graphql-codegen (6b8bc0b)
  • make it work with the latest version of graphql-codegen (#2) (6e9c76c)

v2.0.0

Choose a tag to compare

@beeman beeman released this 28 Nov 23:45

2.0.0 (2019-11-28)

Features

  • don't destructure data before returing it (8891ba5)

BREAKING CHANGES

  • this changes the return type of the generated Query/Mutation methods

v1.0.4

Choose a tag to compare

@beeman beeman released this 25 Nov 23:15

1.0.4 (2019-11-25)

Bug Fixes

  • correctly handle errors property (b3cb783)

v1.0.3

Choose a tag to compare

@beeman beeman released this 25 Nov 18:46

1.0.3 (2019-11-25)

Bug Fixes

  • correctly pass variables, add some unit tests (5045e8a)

v1.0.2

Choose a tag to compare

@beeman beeman released this 25 Nov 17:51

1.0.2 (2019-11-25)

Bug Fixes

  • optimize method generation (d72c993)

v1.0.1

Choose a tag to compare

@beeman beeman released this 25 Nov 17:39

1.0.1 (2019-11-25)

Bug Fixes

  • make sure to return the correct method for Subscriptions (d6f633c)

v1.0.0

Choose a tag to compare

@beeman beeman released this 25 Nov 08:37

1.0.0 (2019-11-25)

Features