Skip to content

Releases: GraphQLSwift/Graphiti

0.8.0

19 Mar 14:26
66dcea8

Choose a tag to compare

Update Package.swift

0.7.0: Merge pull request #25 from SportlabsTechnology/master

02 Feb 02:02
dbaff27

Choose a tag to compare

Update .swift-version and travis config to swift 4.2

0.6.1: Merge pull request #21 from kimdv/master

14 Jun 13:02
e6c8205

Choose a tag to compare

Added missing context as parameter to Schema.execute

0.6.0: Merge pull request #17 from kimdv/master

13 Jun 04:13
77cbd9f

Choose a tag to compare

0.5.0: Merge pull request #15 from SportlabsTechnology/master

10 Apr 11:00
85d7117

Choose a tag to compare

Swift4.1 updates and switch to Runtime library

0.4.0

03 Oct 18:34

Choose a tag to compare

Swift 4 Support (#13)

0.3.2

12 Aug 12:05

Choose a tag to compare

Add support for adding basic input types to the schema via an InputOb…

Support for Unions

27 May 14:02

Choose a tag to compare

Investigate having support for union (#10)

* Investigate having support for union

* Add some extra union<Type> functions

* Update StarWarsTests to include a working Union example

0.3.0: Fixes wrapped types definition (#7)

15 Apr 14:15

Choose a tag to compare

* Fixes wrapped types definition

* Fixes the schema definition in comments

0.2.1: fix crash at runtime if the field type is not declared in schema (#5)

20 Dec 15:10

Choose a tag to compare

* fix crash at runtime if the field type is not declared in schema

* fix test on linux

* move addFields to exportFields.