From 71287980cc4fa38ac26fbe4209b74318a612867c Mon Sep 17 00:00:00 2001 From: Paul Mison Date: Thu, 12 Dec 2024 11:18:11 -0800 Subject: [PATCH 1/2] Update link to GraphQL website --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index d300db51..fe9b37d9 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -17,7 +17,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo First, we will describe what data can be obtained from our API. -In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas. +In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas. We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`. From be9d508695cafc7e48fd50ff4ce97ca9861ccb01 Mon Sep 17 00:00:00 2001 From: Paul Mison Date: Thu, 19 Dec 2024 12:18:08 -0800 Subject: [PATCH 2/2] Update GraphQL schema link in versioned docs also --- website/versioned_docs/version-0.13.0/intro.md | 2 +- website/versioned_docs/version-0.18/intro.md | 2 +- website/versioned_docs/version-0.22/intro.md | 2 +- website/versioned_docs/version-0.4.0/intro.md | 2 +- website/versioned_docs/version-0.6.0/intro.md | 2 +- website/versioned_docs/version-0.7.0/intro.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/website/versioned_docs/version-0.13.0/intro.md b/website/versioned_docs/version-0.13.0/intro.md index 5ebe92c3..e803bda7 100644 --- a/website/versioned_docs/version-0.13.0/intro.md +++ b/website/versioned_docs/version-0.13.0/intro.md @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo First, we will describe what data can be obtained from our API. -In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas. +In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas. We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`. diff --git a/website/versioned_docs/version-0.18/intro.md b/website/versioned_docs/version-0.18/intro.md index edbaf40e..cce48792 100644 --- a/website/versioned_docs/version-0.18/intro.md +++ b/website/versioned_docs/version-0.18/intro.md @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo First, we will describe what data can be obtained from our API. -In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas. +In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas. We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`. diff --git a/website/versioned_docs/version-0.22/intro.md b/website/versioned_docs/version-0.22/intro.md index 45278ba9..895f0b19 100644 --- a/website/versioned_docs/version-0.22/intro.md +++ b/website/versioned_docs/version-0.22/intro.md @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo First, we will describe what data can be obtained from our API. -In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas. +In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas. We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`. diff --git a/website/versioned_docs/version-0.4.0/intro.md b/website/versioned_docs/version-0.4.0/intro.md index 5a511193..97233272 100644 --- a/website/versioned_docs/version-0.4.0/intro.md +++ b/website/versioned_docs/version-0.4.0/intro.md @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo First, we will describe what data can be obtained from our API. -In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas. +In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas. We will start by defining the special type `Query` that GraphQL services use as entry point for all reading operations. Next, we will specify a single field on it, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`. diff --git a/website/versioned_docs/version-0.6.0/intro.md b/website/versioned_docs/version-0.6.0/intro.md index 546f522f..d280f78d 100644 --- a/website/versioned_docs/version-0.6.0/intro.md +++ b/website/versioned_docs/version-0.6.0/intro.md @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo First, we will describe what data can be obtained from our API. -In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas. +In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas. We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`. diff --git a/website/versioned_docs/version-0.7.0/intro.md b/website/versioned_docs/version-0.7.0/intro.md index 5c3b422b..f4946920 100644 --- a/website/versioned_docs/version-0.7.0/intro.md +++ b/website/versioned_docs/version-0.7.0/intro.md @@ -18,7 +18,7 @@ Make sure that you've installed Ariadne using `pip install ariadne`, and that yo First, we will describe what data can be obtained from our API. -In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.github.io/learn/schema/) (SDL), a special language for declaring GraphQL schemas. +In Ariadne this is achieved by defining Python strings with content written in [Schema Definition Language](https://graphql.org/learn/schema/) (SDL), a special language for declaring GraphQL schemas. We will start by defining the special type `Query` that GraphQL services use as an entry point for all reading operations. Next, we will specify a single field, named `hello`, and define that it will return a value of type `String`, and that it will never return `null`.