We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fea088 commit c510148Copy full SHA for c510148
README.md
@@ -40,6 +40,9 @@ generation:
40
add_mutation_type: true
41
# add id field to all schema types
42
field_for_id: true
43
+ # add creation date and last update date field(s) to all schema types
44
+ field_for_creation_date: true
45
+ field_for_last_update_date: true
46
# add reverse edges for traversal
47
reverse_edges: true
48
# add edge types
0 commit comments