Skip to content

Commit 008f33d

Browse files
authored
config options 'field_for_creation_date' and 'field_for_last_update_date' should be 'true' be default
1 parent 3031edf commit 008f33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphql-api-generator/resources/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ generation:
1414
field_for_id: true
1515
# add creation date and last update date field(s) to all schema types
1616
generate_datetime: false
17-
field_for_creation_date: false
18-
field_for_last_update_date: false
17+
field_for_creation_date: true
18+
field_for_last_update_date: true
1919
# add reverse edges for traversal
2020
reverse_edges: true
2121
# add edge types

0 commit comments

Comments
 (0)