diff --git a/scalars/template-string.md b/scalars/template-string.md index 15eb915..c849b9a 100644 --- a/scalars/template-string.md +++ b/scalars/template-string.md @@ -2,7 +2,7 @@ # \ — GraphQL Custom Scalar -"Author - \ " +"Author - \ " "Date - \" @@ -23,18 +23,18 @@ 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..bf2d8ed 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