INPUT_OBJECT

PersonUserFilterInput

Arguments for querying person users

link GraphQL Schema definition









input PersonUserFilterInput {
Exact match for the email.
email: String
Match all users with email containing this.
emailSubstring: String
Exact match for the firstName.
firstName: String
Match all users with firstName containing this.
firstNameSubstring: String
Exact match for the lastName.
lastName: String
Match all users with lastName containing this.
lastNameSubstring: String
Exact match for the preferredName.
preferredName: String
Match all users with preferredName containing this.
preferredNameSubstring: String
}

link Required by