Skip to content

Releases: prisma-labs/prisma-binding

v1.0.0

02 Jan 09:23
318944e
Compare
Choose a tag to compare

1.0.0 (2018-01-02)

Bug Fixes

  • exists: bugfix in finding rootFieldName (e3d714e)
  • exists: fix merge error (82eced8)

Features

  • added existsDelegate function to use in graphql-static-binding (b05bd11)
  • exists: new API using type names instead of query fields (0673e1d)

BREAKING CHANGES

  • exists: this feature breaks current exists calls

v0.4.3

01 Jan 13:03
3791e60
Compare
Choose a tag to compare

0.4.3 (2018-01-01)

Bug Fixes

  • deps: update dependency graphql-schema-cache to v0.3.4 (1a164e2)

v0.4.2

01 Jan 12:59
074d3d9
Compare
Choose a tag to compare

0.4.2 (2018-01-01)

Bug Fixes

  • deps: update dependency graphql-import to v0.1.9 (13d3448)

v0.4.1

31 Dec 13:51
Compare
Choose a tag to compare

0.4.1 (2017-12-31)

Bug Fixes

  • Throw error when typeDefs not provided (026ddf5)

v0.4.0

30 Dec 12:19
Compare
Choose a tag to compare

0.4.0 (2017-12-30)

Features

  • Allow env vars instead of endpoint & secret constructor option (8593ce6)

v0.3.6

29 Dec 15:06
Compare
Choose a tag to compare

0.3.6 (2017-12-29)

Bug Fixes

  • Exists query now only works for lists (164536a), closes #28

v0.3.0

20 Dec 23:00
Compare
Choose a tag to compare

Breaking Changes

  • Importing scalars (formerly DateTime) resolver is no longer needed when using graphql-js 0.12

Changes

  • graphcool-binding is now based on graphql-binding
  • Introduced debug: boolean constructor option to print delegated request & response
  • Better fragment error handling