Releases: graphql-compose/graphql-compose-pagination
Releases · graphql-compose/graphql-compose-pagination
v8.3.0
8.3.0 (2021-08-06)
Features
- allow UnionTypeComposer, ScalarTypeComposer, EnumTypeComposer to be as a source TC (#48) (58939d4)
v8.2.1
8.2.1 (2021-07-09)
Bug Fixes
- allow pass InterfaceTC to PreparePaginationResolver (9e90200)
v8.2.0
8.2.0 (2021-05-30)
Features
v8.1.0
8.1.0 (2021-04-30)
Features
- add
graphql-compose@^8.0.0
to peer dependencies and update other dependencies (e5fbc42)
v8.0.2
8.0.2 (2020-12-28)
Bug Fixes
- use
resolverName
as suffix in Resolver output type name (#35) (1a8aa26)
v8.0.1
8.0.1 (2020-09-14)
Bug Fixes
- deprecate
composeWithPagination
method for TS 4.0 users; rename Opts typename (3e83003)
v8.0.0
8.0.0 (2020-09-14)
Code Refactoring
- get rid of
TC.getResolver()
method (8aae208)
BREAKING CHANGES
- change config options. Get rid of
TC.getResolver()
method. Now you need to pass Resolver instance explicitly.
v7.0.0
7.0.0 (2020-08-17)
Code Refactoring
- migrate codebase on typescript (77844ff)
BREAKING CHANGES
- removed flowtype definitions; min supported nodejs version is 8
v6.1.0
6.1.0 (2020-07-02)
Features
- improve type
items: [Type]
-> items: [Type!]
(4a34302)
v6.0.3
6.0.3 (2019-06-04)
Bug Fixes
- graphql-compose peer dependency & update other dependencies (df448fb)