Skip to content

Commit

Permalink
Add event_time to integration test
Browse files Browse the repository at this point in the history
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
  • Loading branch information
velo committed Dec 4, 2024
1 parent ced9dbf commit 7a7ceb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
scalar DateTime

type ApplicationAlert {
id: Int!
loan_type_id: Int!
Expand Down Expand Up @@ -105,6 +107,7 @@ input ApplicationUpdateEvent {
type ApplicationUpdateEventResult {
loan_application_id: Int!
message: String!
event_time: DateTime
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ mutation {
status: "underwriting", message: "The road goes ever on and on"}) {
loan_application_id
message
event_time
}
}

0 comments on commit 7a7ceb4

Please sign in to comment.