From 914c091ba51a89389836b19da602729dc45bb8a4 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Sat, 29 Nov 2025 16:39:04 +0100 Subject: [PATCH 1/2] Remove JSON references --- scalars/template-string.md | 11 +++++------ scalars/template.md | 20 +++++++------------- 2 files changed, 12 insertions(+), 19 deletions(-) diff --git a/scalars/template-string.md b/scalars/template-string.md index 15eb915..f22c8a6 100644 --- a/scalars/template-string.md +++ b/scalars/template-string.md @@ -2,7 +2,7 @@ # \ — GraphQL Custom Scalar -"Author - \ " +"Author - \ " "Date - \" @@ -23,18 +23,17 @@ information. Provide a recommended Scalar name and list alternatives, if available. -# Result spec +# Result coercion Define which Strings can be returned. Provide positive and negative examples of String return values. -# Input spec +# Input coercion -Define which String values are accepted as input as GraphQL Literal and as JSON -raw input. +Define which GraphQL string Literals or external string values are accepted as input. -Provide positive and negative examples of literal and JSON raw input values. +Provide positive and negative examples. # References diff --git a/scalars/template.md b/scalars/template.md index 8aa60d1..92df4a1 100644 --- a/scalars/template.md +++ b/scalars/template.md @@ -2,7 +2,7 @@ # \ — GraphQL Custom Scalar -"Author - \ " +"Author - \ " "Date - \" @@ -23,23 +23,17 @@ information. Provide a recommended Scalar name and list alternatives, if available. -# Result JSON spec +# Result coercion -Define which JSON values can be returned. +Define which external values can be returned. -Provide positive and negative examples of JSON values. +Provide positive and negative examples of external values. -# Literal Input spec +# Input coercion -Define which GraphQL Literals are accepted as input. +Define which GraphQL Literals or external values are accepted as input. -Provide positive and negative examples of literals. - -# Raw Input JSON spec - -Define which JSON values are accepted as input. - -Provide positive and negative examples of JSON values. +Provide positive and negative examples. # References From 0177b7d76d3ab73fdaea66f295d1b77d967d24d6 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Sat, 29 Nov 2025 16:42:51 +0100 Subject: [PATCH 2/2] format --- scalars/template-string.md | 3 ++- scalars/template.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/scalars/template-string.md b/scalars/template-string.md index f22c8a6..c849b9a 100644 --- a/scalars/template-string.md +++ b/scalars/template-string.md @@ -31,7 +31,8 @@ Provide positive and negative examples of String return values. # Input coercion -Define which GraphQL string Literals or external string values are accepted as input. +Define which GraphQL string Literals or external string values are accepted as +input. Provide positive and negative examples. diff --git a/scalars/template.md b/scalars/template.md index 92df4a1..bf2d8ed 100644 --- a/scalars/template.md +++ b/scalars/template.md @@ -2,7 +2,7 @@ # \ — GraphQL Custom Scalar -"Author - \ " +"Author - \ " "Date - \"