Skip to main content

DonationWhereInput

No description

input DonationWhereInput {
id: ID
id_not: ID
id_in: [ID!]
id_not_in: [ID!]
id_contains: ID
id_starts_with: ID
name_of_user: String
name_of_user_not: String
name_of_user_in: [String!]
name_of_user_not_in: [String!]
name_of_user_contains: String
name_of_user_starts_with: String
}

Fields

DonationWhereInput.id ● ID scalar

DonationWhereInput.id_not ● ID scalar

DonationWhereInput.id_in ● [ID!] list scalar

DonationWhereInput.id_not_in ● [ID!] list scalar

DonationWhereInput.id_contains ● ID scalar

DonationWhereInput.id_starts_with ● ID scalar

DonationWhereInput.name_of_user ● String scalar

DonationWhereInput.name_of_user_not ● String scalar

DonationWhereInput.name_of_user_in ● [String!] list scalar

DonationWhereInput.name_of_user_not_in ● [String!] list scalar

DonationWhereInput.name_of_user_contains ● String scalar

DonationWhereInput.name_of_user_starts_with ● String scalar

Member of

getDonationByOrgIdConnection query