AlertFilterInput
Filters needed to do a search. By default: Logical AND on all given filters.
input AlertFilterInput {
AND: [AlertFilterInput!]
OR: [AlertFilterInput!]
createdAt_in: [DateTime!]
createdAt_not_in: [DateTime!]
createdAt_lt: DateTime
createdAt_lte: DateTime
createdAt_gt: DateTime
createdAt_gte: DateTime
updatedAt_in: [DateTime!]
updatedAt_not_in: [DateTime!]
updatedAt_lt: DateTime
updatedAt_lte: DateTime
updatedAt_gt: DateTime
updatedAt_gte: DateTime
}
Fields
AlertFilterInput.AND ● [AlertFilterInput!] list input
Logical AND on all given filters.
AlertFilterInput.OR ● [AlertFilterInput!] list input
Logical OR on all given filters.
AlertFilterInput.createdAt_in ● [DateTime!] list scalar
All values that are contained in given list.
AlertFilterInput.createdAt_not_in ● [DateTime!] list scalar
All values that are not contained in given list.
AlertFilterInput.createdAt_lt ● DateTime scalar
All values less than the given value.
AlertFilterInput.createdAt_lte ● DateTime scalar
All values less than or equal the given value.
AlertFilterInput.createdAt_gt ● DateTime scalar
All values greater than the given value.
AlertFilterInput.createdAt_gte ● DateTime scalar
All values greater than or equal the given value.
AlertFilterInput.updatedAt_in ● [DateTime!] list scalar
All values that are contained in given list.
AlertFilterInput.updatedAt_not_in ● [DateTime!] list scalar
All values that are not contained in given list.
AlertFilterInput.updatedAt_lt ● DateTime scalar
All values less than the given value.
AlertFilterInput.updatedAt_lte ● DateTime scalar
All values less than or equal the given value.
AlertFilterInput.updatedAt_gt ● DateTime scalar
All values greater than the given value.
AlertFilterInput.updatedAt_gte ● DateTime scalar
All values greater than or equal the given value.
Member Of
AlertFilterInput input