TypesObjects
ConnectPrivatePersonRegistrySearchResource
A private person search result from a registry.
type ConnectPrivatePersonRegistrySearchResource {
identifier: EntityIdentifier
name: String!
gender: Gender
birthDate: Date
birthYear: Year
address: [Address!]!
citizenship: [Country!]!
}Fields
identifier EntityIdentifier object
name String! non-null scalar
String!
Person name.
gender Gender enum
Gender
The gender of the person.
birthDate Date scalar
Date
The birth date of the person.
birthYear Year scalar
Year
The birth year of the person.