Skip to main content

EventWhereInput

Admin Docs


Type Alias: EventWhereInput

EventWhereInput = object

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

Properties

description?

optional description: string

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


description_contains?

optional description_contains: string

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


description_in?

optional description_in: string[]

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


description_not?

optional description_not: string

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


description_not_in?

optional description_not_in: string[]

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


description_starts_with?

optional description_starts_with: string

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


id?

optional id: string

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


id_contains?

optional id_contains: string

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


id_in?

optional id_in: string[]

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


id_not?

optional id_not: string

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


id_not_in?

optional id_not_in: string[]

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


id_starts_with?

optional id_starts_with: string

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


location?

optional location: string

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


location_contains?

optional location_contains: string

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


location_in?

optional location_in: string[]

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


location_not?

optional location_not: string

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


location_not_in?

optional location_not_in: string[]

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


location_starts_with?

optional location_starts_with: string

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


organization_id?

optional organization_id: string

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


title?

optional title: string

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


title_contains?

optional title_contains: string

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


title_in?

optional title_in: string[]

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


title_not?

optional title_not: string

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


title_not_in?

optional title_not_in: string[]

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


title_starts_with?

optional title_starts_with: string

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