mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Make createdAt/updatedAt non-nullable for NOTIFIED
- Follow @Tirokk PR review suggestion
This commit is contained in:
parent
288787bcb9
commit
f650c5cc05
@ -2,8 +2,8 @@ type NOTIFIED {
|
||||
id: ID!
|
||||
from: NotificationSource
|
||||
to: User
|
||||
createdAt: String
|
||||
updatedAt: String
|
||||
createdAt: String!
|
||||
updatedAt: String!
|
||||
read: Boolean
|
||||
reason: NotificationReason
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user