mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-02-06 09:55:50 +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!
|
id: ID!
|
||||||
from: NotificationSource
|
from: NotificationSource
|
||||||
to: User
|
to: User
|
||||||
createdAt: String
|
createdAt: String!
|
||||||
updatedAt: String
|
updatedAt: String!
|
||||||
read: Boolean
|
read: Boolean
|
||||||
reason: NotificationReason
|
reason: NotificationReason
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user