From 27ff0278a77438fab6864964d6d068a66c26758d Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Thu, 21 Nov 2024 16:05:27 -0800 Subject: [PATCH 1/2] Update README.md --- apollo-ios/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apollo-ios/README.md b/apollo-ios/README.md index 0b608bdcb..453309ca3 100644 --- a/apollo-ios/README.md +++ b/apollo-ios/README.md @@ -40,6 +40,8 @@ Apollo iOS does more than simply run your queries against a GraphQL server: It n This combination of models with value semantics, one way data flow, and automatic consistency management, leads to a very powerful and elegant programming model that allows you to eliminate common glue code and greatly simplifies app development. +Apollo iOS aims to comply with the the [Working Draft of the GraphQL specification](https://spec.graphql.org/draft/). + ## Getting started If you are new to Apollo iOS we recommend our [Getting Started](https://www.apollographql.com/docs/ios/get-started) guide. From 54b498dd2d9c6eebea6b39a83a9feddd02d9adfa Mon Sep 17 00:00:00 2001 From: Calvin Cestari Date: Fri, 22 Nov 2024 10:09:40 -0800 Subject: [PATCH 2/2] Remove duplicate --- apollo-ios/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-ios/README.md b/apollo-ios/README.md index 453309ca3..c0516a01f 100644 --- a/apollo-ios/README.md +++ b/apollo-ios/README.md @@ -40,7 +40,7 @@ Apollo iOS does more than simply run your queries against a GraphQL server: It n This combination of models with value semantics, one way data flow, and automatic consistency management, leads to a very powerful and elegant programming model that allows you to eliminate common glue code and greatly simplifies app development. -Apollo iOS aims to comply with the the [Working Draft of the GraphQL specification](https://spec.graphql.org/draft/). +Apollo iOS aims to comply with the [Working Draft of the GraphQL specification](https://spec.graphql.org/draft/). ## Getting started