Skip to content

Commit

Permalink
fix collect_examples.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
juancastillo0 committed Sep 29, 2023
1 parent 98e4ad1 commit 2f869bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion leto_generator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,9 @@ String testManyDefaults({
typeName: 'enumCustomGraphQLType.nonNull().list().nonNull()',
)
List<int> enumCustomList = const [2],
@GraphQLArg(defaultCode: '[DateTime.parse("2021-01-24"), null]')
@GraphQLArg(
defaultCode: '[DateTime.fromMillisecondsSinceEpoch(1611446400000), null]',
)
@GraphQLDocumentation(type: _timestampsType)
required List<DateTime?> timestamps,
Json json = const Json.map({
Expand Down

0 comments on commit 2f869bc

Please sign in to comment.