Skip to content

Releases: alexsteinerde/graphql-kit

3.0.0

24 Jul 05:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.4...3.0.0

`OptionalChild` support

16 Sep 05:14
Compare
Choose a tag to compare
2.4

Add support for fluent OptionalChild property wrappers

Fix issue with large GraphQL queries in POST body

25 Aug 09:12
c0cc82e
Compare
Choose a tag to compare

`@OptionalParent` support

27 Jul 05:06
Compare
Choose a tag to compare

This version introduces a new Field type extension.
Now KeyPaths to @OptionalParent property wrappers can be passed into a new initializer:

Field("currentTodo", with: \.$currentTodo)

Fixes #8

`@Siblings` support

19 Jul 16:32
Compare
Choose a tag to compare

This version introduces a new Field type extension.
Now KeyPaths to @Siblings properties can be passed into a new initializer:

Field("tags", with: \.$tags)

Fixes #6

Enum Support for Vapor 4

06 Feb 16:08
Compare
Choose a tag to compare
2.1.0

Fix enum utility extension

Vapor 4 Support

02 Feb 19:14
384e791
Compare
Choose a tag to compare
  • Support for Vapor 4
  • Switch to official Graphiti package with FunctionBuilder/ResultBuilder support

Vapor 4 Support

01 Mar 17:10
Compare
Choose a tag to compare
Vapor 4 Support Pre-release
Pre-release
2.0.0-beta.1

Upgrade to Vapor 4 (without Fluent support yet)

Inferring enum cases automatically if enum conforms to `CaseIterable`

21 Feb 18:35
Compare
Choose a tag to compare

Usage:

Enum(Todo.TodoState.self)

Initial Beta Release

25 Jan 15:32
Compare
Choose a tag to compare
Initial Beta Release Pre-release
Pre-release
1.0.0-beta.1

First public package version