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.
44
55The goal of the GraphQL Scalars project is to provide a directory of GraphQL
66Custom 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
88[ 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 ) .
1011
1112GraphQL Custom Scalar specifications are language agnostic and thus can be used
1213to document and standardize behavior across different languages.
1314
14- We will confirm the domain details soon. We are currently setting this up.
15-
1615Please ensure that you read the
1716[ Code of Conduct] ( https://graphql.org/codeofconduct/ ) before contributing to
1817this project.
Original file line number Diff line number Diff line change 22
33# DateTime — GraphQL Custom Scalar
44
5- Author: andimarek
5+ Author - andimarek
66
7- Date: 2022-10-18
7+ Date - 2022-10-18
88
99This is a String-based Scalar.
1010
Original file line number Diff line number Diff line change 22
33# \< name\> — GraphQL Custom Scalar
44
5- "Author: \< github user name\> "
5+ "Author - \< github user name\> "
66
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\> "
88
99This template is meant to be copied and modified. This template is meant for
1010Scalars which are based on the built-in String Scalar
Original file line number Diff line number Diff line change 22
33# \< name\> — GraphQL Custom Scalar
44
5- "Author: \< github user name\> "
5+ "Author - \< github user name\> "
66
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\> "
88
99This template is meant to be copied and modified. This template is meant for
1010Scalars which are _ not_ based on the built-in String Scalar
You can’t perform that action at this time.
0 commit comments