File tree Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Expand file tree Collapse file tree 4 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
- TODO
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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
- https://scalars.graphql.org , which can be referenced with the built-in
8
+ [ scalars.graphql.org ] ( https://scalars.graphql.org ) , which can be referenced with the built-in
9
9
` @specifiedBy ` GraphQL directive.
10
10
11
11
GraphQL Custom Scalar specifications are language agnostic and thus can be used
@@ -69,5 +69,4 @@ 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
- such as ` <scalar-name>2 ` , ` <scalar-name>3 ` , or a completely different name like
73
- OffsetDateTime is different to DateTime.
72
+ either with a number appended such as ` <scalar-name>2 ` , or a different name such as ` OffsetDateTime ` to differentiate from ` DateTime ` .
Original file line number Diff line number Diff line change 1
1
# Custom Scalar spec DateTime
2
2
3
- " Author: andimarek"
3
+ Author: andimarek
4
4
5
- " Date: 2022-10-18"
5
+ Date: 2022-10-18
6
6
7
- This is a String based Scalars (TODO: add link to explanation) .
7
+ This is a String- based Scalar .
8
8
9
9
# Overview
10
10
Original file line number Diff line number Diff line change @@ -5,15 +5,12 @@ 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
- https://scalars.graphql.org , which can be referenced with the built-in
8
+ [ scalars.graphql.org ] ( https://scalars.graphql.org ) , which can be referenced with the built-in
9
9
` @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.
13
13
14
- The scalars will be hosted at https://scalars.graphql.org . We are currently
15
- setting this up.
16
-
17
14
Please ensure that you read the
18
15
[ Code of Conduct] ( https://graphql.org/codeofconduct/ ) before contributing to
19
16
this project.
@@ -70,5 +67,4 @@ available reference documents. We will permit small edits which do not change
70
67
specification semantics, such as typo fixes.
71
68
72
69
A new version of a Custom Scalar specification should have a new scalar name,
73
- such as ` <scalar-name>2 ` , ` <scalar-name>3 ` , or a completely different name like
74
- OffsetDateTime is different to DateTime.
70
+ either with a number appended such as ` <scalar-name>2 ` , or a different name such as ` OffsetDateTime ` to differentiate from ` DateTime ` .
You can’t perform that action at this time.
0 commit comments