Skip to content

Commit a441e1d

Browse files
committed
Reflected the date options in config.yml
1 parent 5773d3e commit a441e1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graphql-api-generator/resources/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ generation:
1212
add_mutation_type: true
1313
# add id field to all schema types
1414
field_for_id: true
15+
# add creation date and last update date field(s) to all schema types
16+
field_for_creation_date: false
17+
field_for_last_update_date: false
1518
# add reverse edges for traversal
1619
reverse_edges: true
1720
# add edge types

0 commit comments

Comments
 (0)