File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Thanks for contributing to GraphQL Scalars.
5
5
The goal of the GraphQL Scalars project is to provide a directory of GraphQL
6
6
Custom Scalar specifications, contributed by the community. Contributed
7
7
specifications will be hosted on a GraphQL Foundation owned domain
8
- [ scalars.graphql.org] ( https://scalars.graphql.org ) , which can be referenced with the built-in
9
- ` @specifiedBy ` GraphQL directive.
8
+ [ scalars.graphql.org] ( https://scalars.graphql.org ) , which can be referenced with
9
+ the built-in ` @specifiedBy ` GraphQL directive.
10
10
11
11
GraphQL Custom Scalar specifications are language agnostic and thus can be used
12
12
to document and standardize behavior across different languages.
@@ -69,4 +69,5 @@ available reference documents. We will permit small edits which do not change
69
69
specification semantics, such as typo fixes.
70
70
71
71
A new version of a Custom Scalar specification should have a new scalar name,
72
- either with a number appended such as ` <scalar-name>2 ` , or a different name such as ` OffsetDateTime ` to differentiate from ` DateTime ` .
72
+ either with a number appended such as ` <scalar-name>2 ` , or a different name such
73
+ as ` OffsetDateTime ` to differentiate from ` DateTime ` .
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ Thanks for contributing to GraphQL Scalars.
5
5
The goal of the GraphQL Scalars project is to provide a directory of GraphQL
6
6
Custom Scalar specifications, contributed by the community. Contributed
7
7
specifications will be hosted on a GraphQL Foundation owned domain
8
- [ scalars.graphql.org] ( https://scalars.graphql.org ) , which can be referenced with the built-in
9
- ` @specifiedBy ` GraphQL directive.
8
+ [ scalars.graphql.org] ( https://scalars.graphql.org ) , which can be referenced with
9
+ the built-in ` @specifiedBy ` GraphQL directive.
10
10
11
11
GraphQL Custom Scalar specifications are language agnostic and thus can be used
12
12
to document and standardize behavior across different languages.
@@ -67,4 +67,5 @@ available reference documents. We will permit small edits which do not change
67
67
specification semantics, such as typo fixes.
68
68
69
69
A new version of a Custom Scalar specification should have a new scalar name,
70
- either with a number appended such as ` <scalar-name>2 ` , or a different name such as ` OffsetDateTime ` to differentiate from ` DateTime ` .
70
+ either with a number appended such as ` <scalar-name>2 ` , or a different name such
71
+ as ` OffsetDateTime ` to differentiate from ` DateTime ` .
You can’t perform that action at this time.
0 commit comments