Skip to content

Releases: GraphQLSwift/GraphQL

0.6.0: Merge pull request #41 from kimdv/master

12 Jun 12:57
1ab3c90
Compare
Choose a tag to compare
Introduce futures and SwiftNIO

0.5.0: Merge pull request #38 from SportlabsTechnology/master

09 Apr 15:20
faa869c
Compare
Choose a tag to compare

0.4.0: Merge pull request #35 from jseibert/swift-4.1

04 Apr 03:38
56b4da1
Compare
Choose a tag to compare

0.3.1

30 Nov 18:05
27ddc70
Compare
Choose a tag to compare
Merge pull request #30 from SportlabsTechnology/FixCrashOnDeserialize…

0.3.0

03 Oct 13:41
Compare
Choose a tag to compare
update travis xcode9

0.2.14

25 Jul 13:45
Compare
Choose a tag to compare
Expose initialisers of GraphQLInputObjectType and InputObjectField as…

0.2.13

19 Jun 20:51
Compare
Choose a tag to compare
Expose more of the API as public (#18)

0.2.12

19 Jun 14:51
Compare
Choose a tag to compare
Handle the case where a not-required variable is omitted in a query (…

0.2.11: Introduce the FieldExecutionStrategy protocol (#14)

08 Jun 15:35
Compare
Choose a tag to compare
* Introduce the FieldExecutionStrategy protocol

* Make `resolveField` public so that it can be used by others

0.2.10

24 May 13:33
Compare
Choose a tag to compare
Make GraphQLUnionType init public (#11)