Skip to content

Releases: GraphQLSwift/GraphQL

0.7.0: Merge pull request #44 from Igor-Palaguta/Fix-readString-Performance

18 Jan 20:16
ce90650

Choose a tag to compare

0.6.0: Merge pull request #41 from kimdv/master

12 Jun 12:57
1ab3c90

Choose a tag to compare

Introduce futures and SwiftNIO

0.5.0: Merge pull request #38 from SportlabsTechnology/master

09 Apr 15:20
faa869c

Choose a tag to compare

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

04 Apr 03:38
56b4da1

Choose a tag to compare

0.3.1

30 Nov 18:05
27ddc70

Choose a tag to compare

Merge pull request #30 from SportlabsTechnology/FixCrashOnDeserialize…

0.3.0

03 Oct 13:41

Choose a tag to compare

update travis xcode9

0.2.14

25 Jul 13:45

Choose a tag to compare

Expose initialisers of GraphQLInputObjectType and InputObjectField as…

0.2.13

19 Jun 20:51

Choose a tag to compare

Expose more of the API as public (#18)

0.2.12

19 Jun 14:51

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

Choose a tag to compare

* Introduce the FieldExecutionStrategy protocol

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