Skip to main content

UserWhereInput

No description

input UserWhereInput {
id: ID
id_not: ID
id_in: [ID!]
id_not_in: [ID!]
id_contains: ID
id_starts_with: ID
firstName: String
firstName_not: String
firstName_in: [String!]
firstName_not_in: [String!]
firstName_contains: String
firstName_starts_with: String
lastName: String
lastName_not: String
lastName_in: [String!]
lastName_not_in: [String!]
lastName_contains: String
lastName_starts_with: String
email: EmailAddress
email_not: EmailAddress
email_in: [EmailAddress!]
email_not_in: [EmailAddress!]
email_contains: EmailAddress
email_starts_with: EmailAddress
appLanguageCode: String
appLanguageCode_not: String
appLanguageCode_in: [String!]
appLanguageCode_not_in: [String!]
appLanguageCode_contains: String
appLanguageCode_starts_with: String
admin_for: ID
event_title_contains: String
}

Fields

UserWhereInput.id ● ID scalar

UserWhereInput.id_not ● ID scalar

UserWhereInput.id_in ● [ID!] list scalar

UserWhereInput.id_not_in ● [ID!] list scalar

UserWhereInput.id_contains ● ID scalar

UserWhereInput.id_starts_with ● ID scalar

UserWhereInput.firstName ● String scalar

UserWhereInput.firstName_not ● String scalar

UserWhereInput.firstName_in ● [String!] list scalar

UserWhereInput.firstName_not_in ● [String!] list scalar

UserWhereInput.firstName_contains ● String scalar

UserWhereInput.firstName_starts_with ● String scalar

UserWhereInput.lastName ● String scalar

UserWhereInput.lastName_not ● String scalar

UserWhereInput.lastName_in ● [String!] list scalar

UserWhereInput.lastName_not_in ● [String!] list scalar

UserWhereInput.lastName_contains ● String scalar

UserWhereInput.lastName_starts_with ● String scalar

UserWhereInput.email ● EmailAddress scalar

UserWhereInput.email_not ● EmailAddress scalar

UserWhereInput.email_in ● [EmailAddress!] list scalar

UserWhereInput.email_not_in ● [EmailAddress!] list scalar

UserWhereInput.email_contains ● EmailAddress scalar

UserWhereInput.email_starts_with ● EmailAddress scalar

UserWhereInput.appLanguageCode ● String scalar

UserWhereInput.appLanguageCode_not ● String scalar

UserWhereInput.appLanguageCode_in ● [String!] list scalar

UserWhereInput.appLanguageCode_not_in ● [String!] list scalar

UserWhereInput.appLanguageCode_contains ● String scalar

UserWhereInput.appLanguageCode_starts_with ● String scalar

UserWhereInput.admin_for ● ID scalar

UserWhereInput.event_title_contains ● String scalar

Member of

organizationsMemberConnection query ● users query ● usersConnection query