Skip to main content

Location_bool_exp

Boolean expressions to filter Location. All fields are combined with a logical AND.

input Location_bool_exp {
_and: [Location_bool_exp!]
_not: Location_bool_exp
_or: [Location_bool_exp!]
company: CompanyTP_bool_exp
companyId: String_comparison_exp
locationRef: Int_comparison_exp
}

Fields

Location_bool_exp._and ● [Location_bool_exp!] list input

Combines the given expressions using a logical AND

Location_bool_exp._not ● Location_bool_exp input

Negates the result of the given expression.

Location_bool_exp._or ● [Location_bool_exp!] list input

Combines the given expressions using a logical OR.

Location_bool_exp.company ● CompanyTP_bool_exp input

Location_bool_exp.companyId ● String_comparison_exp input

A globally unique identifier (UUID) for the company.

Location_bool_exp.locationRef ● Int_comparison_exp input

A unique, numeric identifier for the location.

Member Of

CompanyTP_bool_exp input ● Location_bool_exp input ● locations query