Skip to main content

ProfilePatch

Represents an update to a Profile. Fields that are set will be updated.

input ProfilePatch {
id: String
firstName: String
preferredFirstName: String
lastName: String
preferredLastName: String
picture: String
preferredPicture: String
jobTitle: String
linkedinUrl: String
version: Int
updatedAt: Datetime
createdAt: Datetime
placeholder: Boolean
placeholderRole: String
deletedAt: Datetime
isSystemPlaceholder: Boolean
timezone: String
phoneNumber: String
meetingUrl: String
locale: String
}

Fields

ProfilePatch.id ● String scalar

ProfilePatch.firstName ● String scalar

ProfilePatch.preferredFirstName ● String scalar

ProfilePatch.lastName ● String scalar

ProfilePatch.preferredLastName ● String scalar

ProfilePatch.picture ● String scalar

ProfilePatch.preferredPicture ● String scalar

ProfilePatch.jobTitle ● String scalar

ProfilePatch.linkedinUrl ● String scalar

ProfilePatch.version ● Int scalar

ProfilePatch.updatedAt ● Datetime scalar

ProfilePatch.createdAt ● Datetime scalar

ProfilePatch.placeholder ● Boolean scalar

ProfilePatch.placeholderRole ● String scalar

ProfilePatch.deletedAt ● Datetime scalar

ProfilePatch.isSystemPlaceholder ● Boolean scalar

ProfilePatch.timezone ● String scalar

ProfilePatch.phoneNumber ● String scalar

ProfilePatch.meetingUrl ● String scalar

ProfilePatch.locale ● String scalar

Member Of

UpdateProfileByNodeIdInput input ● UpdateProfileInput input ● upsertProfileByIdInput input