Skip to content

Commit 44ed8e6

Browse files
committed
Moar text
1 parent b8e4fe4 commit 44ed8e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/blog/introducing-extended-scalars.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ categories = []
66
date = 2018-11-24T01:00:00+10:00
77
+++
88

9-
One of the most common questions we get in graphql-java land is "can we have a datetime scalar".
9+
One of the most common questions we get in GraphQL Java land is "can we have a datetime scalar".
1010

1111
This is not defined by the graphql specification per se so we are reluctant to add it to the core library and then have it turn
1212
up later as an officially specified type.
1313

14-
But it really is a badly needed type in your graphql arsenal and hence graphql-java-extended-scalars was born
14+
But it really is a badly needed type in your GraphQL arsenal and hence `graphql-java-extended-scalars` was born
1515

1616
https://github.com/graphql-java/graphql-java-extended-scalars
1717

18-
This will be a place where we can add non standard but useful extensions to graphql-java.
18+
This will be a place where we can add non standard but useful extensions to GraphQL Java.
1919

2020
The major scalars we have added on day one are
2121

0 commit comments

Comments
 (0)