From 3737df848f457e46db985b0de48850e65f2fbb13 Mon Sep 17 00:00:00 2001 From: gh-action-runner Date: Tue, 3 Dec 2024 22:08:06 +0000 Subject: [PATCH] Squashed 'apollo-ios/' changes from daa2c1e4..d50a8222 d50a8222 chore: Update readme for GraphQL spec compability (apollographql/apollo-ios-dev#546) git-subtree-dir: apollo-ios git-subtree-split: d50a8222243da974dff0977a58760804feb1813a --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b608bdcb..c0516a01f 100644 --- a/README.md +++ b/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 [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.