INPUT_OBJECT
PersonUserFilterInput
Arguments for querying person users
link GraphQL Schema definition
input PersonUserFilterInput {
Exact match for the email.
: String
Match all users with email containing this.
: String
Exact match for the firstName.
: String
Match all users with firstName containing this.
: String
Exact match for the lastName.
: String
Match all users with lastName containing this.
: String
Exact match for the preferredName.
: String
Match all users with preferredName containing this.
: String
}