Releases: GraphQLSwift/Graphiti
Releases · GraphQLSwift/Graphiti
0.5.0: Merge pull request #15 from SportlabsTechnology/master
Swift4.1 updates and switch to Runtime library
0.4.0
Swift 4 Support (#13)
0.3.2
Add support for adding basic input types to the schema via an InputOb…
Support for Unions
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)
* 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)
* fix crash at runtime if the field type is not declared in schema * fix test on linux * move addFields to exportFields.
0.2.0
Add scalar type (#4)