1.0.0 Alpha 8
This is the eighth Alpha Release of Apollo iOS 1.0. This first major version will include a new code generation engine, better generated models, and many syntax and performance improvements across the entire library. The primary goal of Apollo iOS 1.0 is to stabilize the API of the model layer and provide a foundation for future feature additions and evolution of the library.
Equatable and Hashable Conformance to public API Models: Object's like GraphQLRequest and GraphQLError now can be compared!Float, it will automatically be converetd to a String (just like it's always done for Int).Float defined in the GraphQL spec is actually compliant with a Swift Double. Generated code will now generate Swift code with fields of type Double for GraphQL Float.SelectionSet.data to SelectionSet.__data: This is to prevent naming conflicts with GraphQL fields named data.graphql_transport_ws protocol now sends 'complete' to end subscription: The protocol implementation was previously sending the wrong message to close the connection.Fetched April 11, 2026