Birthdate
No description
type Birthdate {
id: ID
year: String
month: String
day: String
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
Fields
Birthdate.id
● ID
scalar
Birthdate.year
● String
scalar
Birthdate.month
● String
scalar
Birthdate.day
● String
scalar
Birthdate.timeCreated
● Timestamp!
non-null scalar
Birthdate.timeLastEdited
● Timestamp!
non-null scalar
Member of
Person
object