Citizenship
A citizenship entry for a Person. Contains the Country of the citizenship.
type Citizenship {
id: ID
country: Country!
timeCreated: Timestamp!
timeLastEdited: Timestamp!
}
Fields
Citizenship.id
● ID
scalar
Citizenship.country
● Country!
non-null object
Citizenship.timeCreated
● Timestamp!
non-null scalar
Citizenship.timeLastEdited
● Timestamp!
non-null scalar
Member of
Person
object