HotelXHotelFilterInput
By default: Logical AND on all given filters. Hotels data are returned only if match condition
input HotelXHotelFilterInput {
AND: [HotelXHotelFilterInput!]
OR: [HotelXHotelFilterInput!]
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
deletedAt_in: [DateTime!]
deletedAt_not_in: [DateTime!]
deletedAt_lt: DateTime
deletedAt_lte: DateTime
deletedAt_gt: DateTime
deletedAt_gte: DateTime
country_in: Boolean
category_in: Boolean
destination_in: Boolean
name_in: Boolean
coordinates_in: Boolean
}
Fields
HotelXHotelFilterInput.AND ● [HotelXHotelFilterInput!] list input
Logical AND on all given filters.
HotelXHotelFilterInput.OR ● [HotelXHotelFilterInput!] list input
Logical OR on all given filters.
HotelXHotelFilterInput.createdAt_in ● [DateTime!] list scalar
Return hotels with creation time in given list.
HotelXHotelFilterInput.createdAt_not_in ● [DateTime!] list scalar
Return hotels with creation time that are not contained in given list.
HotelXHotelFilterInput.createdAt_lt ● DateTime scalar
Return hotels with creation time less than the given value.
HotelXHotelFilterInput.createdAt_lte ● DateTime scalar
Return hotels with creation time less than or equal the given value.
HotelXHotelFilterInput.createdAt_gt ● DateTime scalar
Return hotels with creation time greater than the given value.
HotelXHotelFilterInput.createdAt_gte ● DateTime scalar
Return hotels with creation time greater than or equal the given value.
HotelXHotelFilterInput.updatedAt_in ● [DateTime!] list scalar
Return hotels with update time that are contained in given list.
HotelXHotelFilterInput.updatedAt_not_in ● [DateTime!] list scalar
Return hotels with update time that are not contained in given list.
HotelXHotelFilterInput.updatedAt_lt ● DateTime scalar
Return hotels with update time less than the given value.
HotelXHotelFilterInput.updatedAt_lte ● DateTime scalar
Return hotels with update time less than or equal the given value.
HotelXHotelFilterInput.updatedAt_gt ● DateTime scalar
Return hotels with update time greater than the given value.
HotelXHotelFilterInput.updatedAt_gte ● DateTime scalar
Return hotels with update time greater than or equal the given value.
HotelXHotelFilterInput.deletedAt_in ● [DateTime!] list scalar
Return hotels with delete time that are contained in given list.
HotelXHotelFilterInput.deletedAt_not_in ● [DateTime!] list scalar
Return hotels with delete time that are not contained in given list.
HotelXHotelFilterInput.deletedAt_lt ● DateTime scalar
Return hotels with delete time less than the given value.
HotelXHotelFilterInput.deletedAt_lte ● DateTime scalar
Return hotels with delete time less than or equal the given value.
HotelXHotelFilterInput.deletedAt_gt ● DateTime scalar
Return hotels with delete time greater than the given value.
HotelXHotelFilterInput.deletedAt_gte ● DateTime scalar
Return hotels with delete time greater than or equal the given value.
HotelXHotelFilterInput.country_in ● Boolean scalar
Hotel Country required for all Hotels
HotelXHotelFilterInput.category_in ● Boolean scalar
Hotel Category code required for all Hotels
HotelXHotelFilterInput.destination_in ● Boolean scalar
Hotel destination required for all Hotels
HotelXHotelFilterInput.name_in ● Boolean scalar
Hotel Name required for all Hotels
HotelXHotelFilterInput.coordinates_in ● Boolean scalar
Hotel Coordinates required for all Hotels
Member Of
HotelXHotelFilterInput input