EditAccordMemberInput
No description
input EditAccordMemberInput {
contactEmail: String
contactLocation: JSON
firstName: String
lastName: String
jobTitle: String
memberId: String!
}
Fields
EditAccordMemberInput.contactEmail ● String scalar
New contact email for an internal member (stored on the seat's
contact_email, distinct from an account email). Omit to leave
unchanged.
EditAccordMemberInput.contactLocation ● JSON scalar
Contact location stored on the member's workspace account; pass null to clear.
EditAccordMemberInput.firstName ● String scalar
First name to set on the member's profile.
EditAccordMemberInput.lastName ● String scalar
Last name to set on the member's profile.
EditAccordMemberInput.jobTitle ● String scalar
Job title to set on the member's profile.
EditAccordMemberInput.memberId ● String! non-null scalar
The accord member to edit.
Member Of
editAccordMember mutation