Skip to main content

EventWhereInput

Admin Docs


Type Alias: EventWhereInput

EventWhereInput = object

Defined in: src/types/Event/type.ts:136

Properties

description?

optional description: string

Defined in: src/types/Event/type.ts:137


description_contains?

optional description_contains: string

Defined in: src/types/Event/type.ts:138


description_in?

optional description_in: string[]

Defined in: src/types/Event/type.ts:139


description_not?

optional description_not: string

Defined in: src/types/Event/type.ts:140


description_not_in?

optional description_not_in: string[]

Defined in: src/types/Event/type.ts:141


description_starts_with?

optional description_starts_with: string

Defined in: src/types/Event/type.ts:142


id?

optional id: string

Defined in: src/types/Event/type.ts:144


id_contains?

optional id_contains: string

Defined in: src/types/Event/type.ts:145


id_in?

optional id_in: string[]

Defined in: src/types/Event/type.ts:146


id_not?

optional id_not: string

Defined in: src/types/Event/type.ts:147


id_not_in?

optional id_not_in: string[]

Defined in: src/types/Event/type.ts:148


id_starts_with?

optional id_starts_with: string

Defined in: src/types/Event/type.ts:149


location?

optional location: string

Defined in: src/types/Event/type.ts:151


location_contains?

optional location_contains: string

Defined in: src/types/Event/type.ts:152


location_in?

optional location_in: string[]

Defined in: src/types/Event/type.ts:153


location_not?

optional location_not: string

Defined in: src/types/Event/type.ts:154


location_not_in?

optional location_not_in: string[]

Defined in: src/types/Event/type.ts:155


location_starts_with?

optional location_starts_with: string

Defined in: src/types/Event/type.ts:156


organization_id?

optional organization_id: string

Defined in: src/types/Event/type.ts:158


title?

optional title: string

Defined in: src/types/Event/type.ts:160


title_contains?

optional title_contains: string

Defined in: src/types/Event/type.ts:161


title_in?

optional title_in: string[]

Defined in: src/types/Event/type.ts:162


title_not?

optional title_not: string

Defined in: src/types/Event/type.ts:163


title_not_in?

optional title_not_in: string[]

Defined in: src/types/Event/type.ts:164


title_starts_with?

optional title_starts_with: string

Defined in: src/types/Event/type.ts:165