Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Releases: genie-team/graphql-genie

Bug Fixes and Library updates

07 Mar 22:07
Compare
Choose a tag to compare
Pre-release

Fixes #19 and upgrades many libraries to newer versions, including removing security vulnerabilities

v0.4.10

20 Aug 16:59
Compare
Choose a tag to compare
v0.4.10 Pre-release
Pre-release

Allow timestamp directives to have manual values with allowManual option

https://github.com/genie-team/graphql-genie/blob/master/docs/sdl.md#custom-directives-you-can-use

Connect and disconnect

Conditions Feature

14 Aug 22:07
Compare
Choose a tag to compare
Conditions Feature Pre-release
Pre-release

Conditions - New Feature!

Breaking

  • The importData mutation returns data now and not just a boolean, this will break existing mutations

@storeName directive

14 Aug 17:37
77c8cc5
Compare
Choose a tag to compare
@storeName directive Pre-release
Pre-release

Bug Fixes

14 Aug 17:21
Compare
Choose a tag to compare
Bug Fixes Pre-release
Pre-release
  • Fixes #8

v0.4.0 Changes

10 Aug 19:13
8beb445
Compare
Choose a tag to compare
v0.4.0 Changes Pre-release
Pre-release
  • Genie now synchronously builds itself, this means no need to call a .init function that is asynchronous
  • Plugins are also now synchronous, so they can be passed to the constructor (.use still works but is synchrounous)
  • new function .useAsync if you do need an async plugin

Non Null Lists

09 Aug 14:31
Compare
Choose a tag to compare
Non Null Lists Pre-release
Pre-release

List types will return empty arrays instead of null and non null list fields no longer require values on creation in order to support empty lists.

Singular Queries

26 Jul 17:56
Compare
Choose a tag to compare
Singular Queries Pre-release
Pre-release

Add feature of singular queries

Improve Import/Export

26 Jul 14:54
Compare
Choose a tag to compare
Improve Import/Export Pre-release
Pre-release

Import can now take a context object

Export can now specify types, and take a context object