Skip to main content

RestrictedToInput

Input when the account membership is restricted to a verified user

input RestrictedToInput {
firstName: String!
lastName: String!
birthDate: Date
phoneNumber: PhoneNumber
}

Fields

RestrictedToInput.firstName ● String! non-null scalar

Account member first name

RestrictedToInput.lastName ● String! non-null scalar

Account member last name

RestrictedToInput.birthDate ● Date scalar

Account member birth date

RestrictedToInput.phoneNumber ● PhoneNumber scalar

Account member phone number We're introducing more flexibility in the process to invite & bind new account members (cf public roadmap on notion). For some use cases, it would be possible to invite an account member without their mobile phone number. Please note that the phone number will remain mandatory at the invitation (despite being optional in the Graph) until the new flow is delivered. It is hidden behind a feature toggle

Member Of

AddAccountMembershipInput input ● MembershipInfoInput input