_LatestFilter
No description
type _LatestFilter {
  AND: [_LatestFilter!]
  OR: [_LatestFilter!]
  uuid: ID
  uuid_not: ID
  uuid_in: [ID!]
  uuid_not_in: [ID!]
  uuid_contains: ID
  uuid_not_contains: ID
  uuid_starts_with: ID
  uuid_not_starts_with: ID
  uuid_ends_with: ID
  uuid_not_ends_with: ID
  date: _Neo4jLocalDateTimeInput
  date_not: _Neo4jLocalDateTimeInput
  date_in: [_Neo4jLocalDateTimeInput!]
  date_not_in: [_Neo4jLocalDateTimeInput!]
  date_lt: _Neo4jLocalDateTimeInput
  date_lte: _Neo4jLocalDateTimeInput
  date_gt: _Neo4jLocalDateTimeInput
  date_gte: _Neo4jLocalDateTimeInput
  confirmed: Int
  confirmed_not: Int
  confirmed_in: [Int!]
  confirmed_not_in: [Int!]
  confirmed_lt: Int
  confirmed_lte: Int
  confirmed_gt: Int
  confirmed_gte: Int
  death: String
  death_not: String
  death_in: [String!]
  death_not_in: [String!]
  death_contains: String
  death_not_contains: String
  death_starts_with: String
  death_not_starts_with: String
  death_ends_with: String
  death_not_ends_with: String
  recovered: String
  recovered_not: String
  recovered_in: [String!]
  recovered_not_in: [String!]
  recovered_contains: String
  recovered_not_contains: String
  recovered_starts_with: String
  recovered_not_starts_with: String
  recovered_ends_with: String
  recovered_not_ends_with: String
  province: _LatestLatestReportedFilter
  province_not: _LatestLatestReportedFilter
  province_in: [_LatestLatestReportedFilter!]
  province_not_in: [_LatestLatestReportedFilter!]
}