_LocationFilter
No description
type _LocationFilter {
AND: [_LocationFilter!]
OR: [_LocationFilter!]
_hash_id: ID
_hash_id_not: ID
_hash_id_in: [ID!]
_hash_id_not_in: [ID!]
_hash_id_contains: ID
_hash_id_not_contains: ID
_hash_id_starts_with: ID
_hash_id_not_starts_with: ID
_hash_id_ends_with: ID
_hash_id_not_ends_with: ID
addrLine: String
addrLine_not: String
addrLine_in: [String!]
addrLine_not_in: [String!]
addrLine_contains: String
addrLine_not_contains: String
addrLine_starts_with: String
addrLine_not_starts_with: String
addrLine_ends_with: String
addrLine_not_ends_with: String
country: String
country_not: String
country_in: [String!]
country_not_in: [String!]
country_contains: String
country_not_contains: String
country_starts_with: String
country_not_starts_with: String
country_ends_with: String
country_not_ends_with: String
postBox: String
postBox_not: String
postBox_in: [String!]
postBox_not_in: [String!]
postBox_contains: String
postBox_not_contains: String
postBox_starts_with: String
postBox_not_starts_with: String
postBox_ends_with: String
postBox_not_ends_with: String
postCode: String
postCode_not: String
postCode_in: [String!]
postCode_not_in: [String!]
postCode_contains: String
postCode_not_contains: String
postCode_starts_with: String
postCode_not_starts_with: String
postCode_ends_with: String
postCode_not_ends_with: String
region: String
region_not: String
region_in: [String!]
region_not_in: [String!]
region_contains: String
region_not_contains: String
region_starts_with: String
region_not_starts_with: String
region_ends_with: String
region_not_ends_with: String
settlement: String
settlement_not: String
settlement_in: [String!]
settlement_not_in: [String!]
settlement_contains: String
settlement_not_contains: String
settlement_starts_with: String
settlement_not_starts_with: String
settlement_ends_with: String
settlement_not_ends_with: String
affiliations: _AffiliationFilter
affiliations_not: _AffiliationFilter
affiliations_in: [_AffiliationFilter!]
affiliations_not_in: [_AffiliationFilter!]
affiliations_some: _AffiliationFilter
affiliations_none: _AffiliationFilter
affiliations_single: _AffiliationFilter
affiliations_every: _AffiliationFilter
}