PersonName
Description
Persons, who may be associated with a business as an owner, officer or contact.
type PersonName implements NodeFunctions {
firstName: String
lastName: String
fullName: String
dateOfBirth: DateTime
fullNameFullTextSearchVector: String
id: UUID!
firstObservedDate: String
lastObservedDate: String
internalId: String
internalPersonId: String
count(
field: String!
conditions: Conditions
): Int
sum(
field: String!
conditions: Conditions
): Int
min(
field: String!
conditions: Conditions
): Int
max(
field: String!
conditions: Conditions
): Int
avg(
field: String!
conditions: Conditions
): Float
collect(
field: String!
separator: String
conditions: Conditions
): String
minDateTime(
field: String!
conditions: Conditions
): DateTime
maxDateTime(
field: String!
conditions: Conditions
): DateTime
_projection: JSON
}
Fields
PersonName.firstName ● String scalar
The person's first name.
PersonName.lastName ● String scalar
The person's last name.
PersonName.fullName ● String scalar
The person's full name.
PersonName.dateOfBirth ● DateTime scalar
The person's date of birth.
PersonName.fullNameFullTextSearchVector ● String scalar
PersonName.id ● UUID! non-null scalar
PersonName.firstObservedDate ● String scalar
PersonName.lastObservedDate ● String scalar
PersonName.internalId ● String scalar
PersonName.internalPersonId ● String scalar
PersonName.count ● Int scalar
PersonName.count.field ● String! non-null scalar
PersonName.count.conditions ● Conditions input
PersonName.sum ● Int scalar
PersonName.sum.field ● String! non-null scalar
PersonName.sum.conditions ● Conditions input
PersonName.min ● Int scalar
PersonName.min.field ● String! non-null scalar
PersonName.min.conditions ● Conditions input
PersonName.max ● Int scalar
PersonName.max.field ● String! non-null scalar
PersonName.max.conditions ● Conditions input
PersonName.avg ● Float scalar
PersonName.avg.field ● String! non-null scalar
PersonName.avg.conditions ● Conditions input
PersonName.collect ● String scalar
PersonName.collect.field ● String! non-null scalar
PersonName.collect.separator ● String scalar
PersonName.collect.conditions ● Conditions input
PersonName.minDateTime ● DateTime scalar
PersonName.minDateTime.field ● String! non-null scalar
PersonName.minDateTime.conditions ● Conditions input
PersonName.maxDateTime ● DateTime scalar
PersonName.maxDateTime.field ● String! non-null scalar
PersonName.maxDateTime.conditions ● Conditions input
PersonName._projection ● JSON scalar
Interfaces
NodeFunctions interface
Member Of
PersonNameEdge object