Timestamps
No description
interface Timestamps {
createdAt: Date!
updatedAt: Date!
}
No description
interface Timestamps {
createdAt: Date!
updatedAt: Date!
}
Timestamps.createdAt
● Date!
non-null scalarTimestamps.updatedAt
● Date!
non-null scalar