Skip to content

Releases: graphql-compose/graphql-compose-connection

v1.1.0

13 Oct 14:00
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2016-10-13)

Features

  • ResolveParams: Added findManyResolveParams and countResolveParams to the top `resolveParam (d40d54ee)

v1.0.10

12 Oct 06:43
Compare
Choose a tag to compare

<a name"1.0.10">

1.0.10 (2016-10-12)

Bug Fixes

  • Dependencies:
    • Fix due changes in graphql-compose@1.0.0 (93243727)
    • Fix due changes in graphql-compose@1.0.0 (52c9fc3e)

v1.0.9

12 Oct 06:41
Compare
Choose a tag to compare

<a name"1.0.9">

1.0.9 (2016-10-12)

Bug Fixes

  • Dependencies: Fix due changes in graphql-compose@1.0.0 (52c9fc3e)

1.0.8 (September 6, 2016)

06 Sep 08:33
Compare
Choose a tag to compare
  • Update dependencies
  • Flowtype 0.32
  • Fix code style issues

1.0.7 (August 15, 2016)

15 Aug 13:44
Compare
Choose a tag to compare

1.0.6 (August 13, 2016)

13 Aug 12:30
Compare
Choose a tag to compare
  • fix: babel build process

1.0.5 (August 10, 2016)

10 Aug 10:12
Compare
Choose a tag to compare
  • Update packages, add babel-plugin-transform-runtime for build process. Fix issue for vanilla node.js users without babel (thanks @jacobbubu).

1.0.4 (August 9, 2016)

09 Aug 17:40
Compare
Choose a tag to compare
  • Add ofType property to Connection and Edge types.
    Connection type is some kind of wrapper under GraphQLNamedType.
    This behavior needed for graphql-compose module in projection helper, otherwise, it incorrectly constructs projectionMapper for tricky fields.

1.0.3 (July 22, 2016)

22 Jul 12:33
Compare
Choose a tag to compare
  • If first or last args not provided, then get first 20 records by default.

1.0.2 (July 20, 2016)

20 Jul 20:00
Compare
Choose a tag to compare
  • fix: return non-empty PageInfo if records not found