Skip to main content

UserFilterInput

No description

input UserFilterInput {
birthDate: Date
firstName: String
identificationLevel: IdentificationLevelInput
lastName: String
mobilePhoneNumber: String
nationalityCCA3: CCA3
preferredNotificationChannel: PreferredNotificationChannel
status: [UserStatus!]
search: String
}

Fields

UserFilterInput.birthDate ● Date scalar

UserFilterInput.firstName ● String scalar

UserFilterInput.identificationLevel ● IdentificationLevelInput enum

UserFilterInput.lastName ● String scalar

UserFilterInput.mobilePhoneNumber ● String scalar

UserFilterInput.nationalityCCA3 ● CCA3 scalar

UserFilterInput.preferredNotificationChannel ● PreferredNotificationChannel enum

UserFilterInput.status ● [UserStatus!] list enum

UserFilterInput.search ● String scalar

Searches first name, last name, phone number and id Min length : 3 characters

Member Of

users query