Skip to content

Releases: graphql-compose/graphql-compose-connection

v8.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:46

8.2.1 (2021-07-09)

Bug Fixes

  • allow pass InterfaceTC to prepareConnectionResolver (40e1156)

v8.2.0

Choose a tag to compare

@github-actions github-actions released this 30 May 20:09

8.2.0 (2021-05-30)

Features

  • add graphql-compose@9.0.0 to peerDependencies; update other dependencies (3d6fd27)

v8.1.1

Choose a tag to compare

@github-actions github-actions released this 25 May 13:58

8.1.1 (2021-05-25)

Bug Fixes

  • remove edges field from projection argument provided to findMany resolver (8d7e108), closes #75

v8.1.1-alpha.1

v8.1.1-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 18 May 06:28

8.1.1-alpha.1 (2021-05-18)

Bug Fixes

  • remove edges field from projection argument provided to findMany resolver (ca46636), closes #75

v8.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Apr 07:59

8.1.0 (2021-04-30)

Features

  • add graphql-compose@^8.0.0 to peer dependencies and update other dependencies (fa9ef7b)

v8.0.1

Choose a tag to compare

@github-actions github-actions released this 14 Sep 13:34

8.0.1 (2020-09-14)

Bug Fixes

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Sep 12:25
7e6ad00

8.0.0 (2020-09-14)

Code Refactoring

  • get rid of TC.getResolver() method (82e0d2b)

BREAKING CHANGES

  • were changed config options. Get rid of TC.getResolver() method where were used resolver names as string. Now you need to pass Resolver findMany & count instances explicitly.

v7.0.1

Choose a tag to compare

@nodkz nodkz released this 17 Aug 18:06

7.0.1 (2020-08-17)

Bug Fixes

  • add types property to package.json (9d6eb4a)
  • remove module property from package.json (2d728e5)

v7.0.0

Choose a tag to compare

@nodkz nodkz released this 17 Aug 17:42
abe1409

7.0.0 (2020-08-17)

Code Refactoring

BREAKING CHANGES

  • removed flowtype definitions; min supported nodejs version is 8

  • chore: update prettier

v6.2.1

Choose a tag to compare

@nodkz nodkz released this 30 May 18:13
814dc28

6.2.1 (2020-05-30)

Bug Fixes

  • pageInfo.hasPreviousPage and pageInfo.hasNextPage (#55) (814dc28)