Skip to content

Releases: GraphQLSwift/Graphiti

0.5.0: Merge pull request #15 from SportlabsTechnology/master

10 Apr 11:00
85d7117
Compare
Choose a tag to compare
Swift4.1 updates and switch to Runtime library

0.4.0

03 Oct 18:34
Compare
Choose a tag to compare
Swift 4 Support (#13)

0.3.2

12 Aug 12:05
Compare
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
Compare
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
Compare
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
Compare
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.

0.2.0

15 Dec 23:53
Compare
Choose a tag to compare
Add scalar type (#4)