File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,14 @@ Thanks for contributing to GraphQL Scalars.
4
4
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
- specifications will be hosted on a GraphQL Foundation owned domain
7
+ specifications are hosted on a GraphQL Foundation owned domain
8
8
[ scalars.graphql.org] ( https://scalars.graphql.org ) , which can be referenced with
9
- the built-in ` @specifiedBy ` GraphQL directive.
9
+ the built-in ` @specifiedBy `
10
+ [ GraphQL directive] ( https://spec.graphql.org/draft/#sec--specifiedBy ) .
10
11
11
12
GraphQL Custom Scalar specifications are language agnostic and thus can be used
12
13
to document and standardize behavior across different languages.
13
14
14
- We will confirm the domain details soon. We are currently setting this up.
15
-
16
15
Please ensure that you read the
17
16
[ Code of Conduct] ( https://graphql.org/codeofconduct/ ) before contributing to
18
17
this project.
Original file line number Diff line number Diff line change 2
2
3
3
# DateTime — GraphQL Custom Scalar
4
4
5
- Author: andimarek
5
+ Author - andimarek
6
6
7
- Date: 2022-10-18
7
+ Date - 2022-10-18
8
8
9
9
This is a String-based Scalar.
10
10
Original file line number Diff line number Diff line change 2
2
3
3
# \< name\> — GraphQL Custom Scalar
4
4
5
- "Author: \< github user name\> "
5
+ "Author - \< github user name\> "
6
6
7
- "Date: \< the date of the first publication in YYYY-MM-DD format\> "
7
+ "Date - \< the date of the first publication in YYYY-MM-DD format\> "
8
8
9
9
This template is meant to be copied and modified. This template is meant for
10
10
Scalars which are based on the built-in String Scalar
Original file line number Diff line number Diff line change 2
2
3
3
# \< name\> — GraphQL Custom Scalar
4
4
5
- "Author: \< github user name\> "
5
+ "Author - \< github user name\> "
6
6
7
- "Date: \< the date of the first publication in YYYY-MM-DD format\> "
7
+ "Date - \< the date of the first publication in YYYY-MM-DD format\> "
8
8
9
9
This template is meant to be copied and modified. This template is meant for
10
10
Scalars which are _ not_ based on the built-in String Scalar
You can’t perform that action at this time.
0 commit comments