Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit f3f356b

Browse files
committed
make createdAt optional
1 parent c908e8e commit f3f356b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/indexer/src/configs/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ type GetRequestV2 @entity {
680680
"""
681681
Creation timestamp of this request
682682
"""
683-
createdAt: Date! @index
683+
createdAt: Date @index
684684
}
685685

686686
"""

0 commit comments

Comments
 (0)