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! non-null scalar

Account member phone number

Member Of

AddAccountMembershipInput input ● MembershipInfoInput input