Fix typo in dates
This commit is contained in:
parent
ded75038aa
commit
89b9a3ea60
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class _GraphQLDateType extends GraphQLScalarType<DateTime, String>
|
|||
String get name => 'Date';
|
||||
|
||||
@override
|
||||
String get description => 'An ISO0-8601 Date.';
|
||||
String get description => 'An ISO-8601 Date.';
|
||||
|
||||
@override
|
||||
String serialize(DateTime value) => value.toIso8601String();
|
||||
|
|
Loading…
Reference in a new issue