Skip to main content

PostWhereInput

Admin Docs


Type Alias: PostWhereInput

PostWhereInput = object

Defined in: src/types/Post/type.ts:61

Properties​

id?​

optional id: string

Defined in: src/types/Post/type.ts:63


id_contains?​

optional id_contains: string

Defined in: src/types/Post/type.ts:64


id_in?​

optional id_in: string[]

Defined in: src/types/Post/type.ts:65


id_not?​

optional id_not: string

Defined in: src/types/Post/type.ts:66


id_not_in?​

optional id_not_in: string[]

Defined in: src/types/Post/type.ts:67


id_starts_with?​

optional id_starts_with: string

Defined in: src/types/Post/type.ts:68


text?​

optional text: string

Defined in: src/types/Post/type.ts:69


text_contains?​

optional text_contains: string

Defined in: src/types/Post/type.ts:70


text_in?​

optional text_in: string[]

Defined in: src/types/Post/type.ts:71


text_not?​

optional text_not: string

Defined in: src/types/Post/type.ts:72


text_not_in?​

optional text_not_in: string[]

Defined in: src/types/Post/type.ts:73


text_starts_with?​

optional text_starts_with: string

Defined in: src/types/Post/type.ts:74


title?​

optional title: string

Defined in: src/types/Post/type.ts:75


title_contains?​

optional title_contains: string

Defined in: src/types/Post/type.ts:76


title_in?​

optional title_in: string[]

Defined in: src/types/Post/type.ts:77


title_not?​

optional title_not: string

Defined in: src/types/Post/type.ts:78


title_not_in?​

optional title_not_in: string[]

Defined in: src/types/Post/type.ts:79


title_starts_with?​

optional title_starts_with: string

Defined in: src/types/Post/type.ts:80