EventWhereInput
Type Alias: EventWhereInput
EventWhereInput =
object
Defined in: src/types/Event/type.ts:141
Properties
description?
optionaldescription:string
Defined in: src/types/Event/type.ts:142
description_contains?
optionaldescription_contains:string
Defined in: src/types/Event/type.ts:143
description_in?
optionaldescription_in:string[]
Defined in: src/types/Event/type.ts:144
description_not?
optionaldescription_not:string
Defined in: src/types/Event/type.ts:145
description_not_in?
optionaldescription_not_in:string[]
Defined in: src/types/Event/type.ts:146
description_starts_with?
optionaldescription_starts_with:string
Defined in: src/types/Event/type.ts:147
id?
optionalid:string
Defined in: src/types/Event/type.ts:149
id_contains?
optionalid_contains:string
Defined in: src/types/Event/type.ts:150
id_in?
optionalid_in:string[]
Defined in: src/types/Event/type.ts:151
id_not?
optionalid_not:string
Defined in: src/types/Event/type.ts:152
id_not_in?
optionalid_not_in:string[]
Defined in: src/types/Event/type.ts:153
id_starts_with?
optionalid_starts_with:string
Defined in: src/types/Event/type.ts:154
location?
optionallocation:string
Defined in: src/types/Event/type.ts:156
location_contains?
optionallocation_contains:string
Defined in: src/types/Event/type.ts:157
location_in?
optionallocation_in:string[]
Defined in: src/types/Event/type.ts:158
location_not?
optionallocation_not:string
Defined in: src/types/Event/type.ts:159
location_not_in?
optionallocation_not_in:string[]
Defined in: src/types/Event/type.ts:160
location_starts_with?
optionallocation_starts_with:string
Defined in: src/types/Event/type.ts:161
organization_id?
optionalorganization_id:string
Defined in: src/types/Event/type.ts:163
title?
optionaltitle:string
Defined in: src/types/Event/type.ts:165
title_contains?
optionaltitle_contains:string
Defined in: src/types/Event/type.ts:166
title_in?
optionaltitle_in:string[]
Defined in: src/types/Event/type.ts:167
title_not?
optionaltitle_not:string
Defined in: src/types/Event/type.ts:168
title_not_in?
optionaltitle_not_in:string[]
Defined in: src/types/Event/type.ts:169
title_starts_with?
optionaltitle_starts_with:string
Defined in: src/types/Event/type.ts:170