Skip to main content

ProfileInput

An input for mutations affecting Profile

input ProfileInput {
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

ProfileInput.id ● String! non-null scalar

ProfileInput.firstName ● String scalar

ProfileInput.preferredFirstName ● String scalar

ProfileInput.lastName ● String scalar

ProfileInput.preferredLastName ● String scalar

ProfileInput.picture ● String scalar

ProfileInput.preferredPicture ● String scalar

ProfileInput.jobTitle ● String scalar

ProfileInput.linkedinUrl ● String scalar

ProfileInput.version ● Int scalar

ProfileInput.updatedAt ● Datetime scalar

ProfileInput.createdAt ● Datetime scalar

ProfileInput.placeholder ● Boolean scalar

ProfileInput.placeholderRole ● String scalar

ProfileInput.deletedAt ● Datetime scalar

ProfileInput.isSystemPlaceholder ● Boolean scalar

ProfileInput.timezone ● String scalar

ProfileInput.phoneNumber ● String scalar

ProfileInput.meetingUrl ● String scalar

ProfileInput.locale ● String scalar

Member Of

CreateProfileInput input ● upsertProfileByIdInput input