Skip to content

Releases: GraphQLSwift/GraphQL

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

0.2.10

24 May 13:33

Choose a tag to compare

Make GraphQLUnionType init public (#11)

0.2.9

16 May 00:38

Choose a tag to compare

Prevent Token linked list from leaking. (#10)

0.2.7

16 Dec 02:05

Choose a tag to compare

improve type safety

0.2.6: Fix bad merge (#4)

16 Dec 01:48

Choose a tag to compare

* Improve type safety

* fix bad merge