Skip to content

Releases: GraphQLSwift/GraphQL

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

0.2.5

15 Dec 23:47

Choose a tag to compare

Improve type safety (#3)

0.1.0

27 Oct 04:29

Choose a tag to compare

remove unnecessary code