PostWhereInput
Type Alias: PostWhereInput
PostWhereInput =
object
Defined in: src/types/Post/type.ts:61
Properties
id?
optionalid:string
Defined in: src/types/Post/type.ts:63
id_contains?
optionalid_contains:string
Defined in: src/types/Post/type.ts:64
id_in?
optionalid_in:string[]
Defined in: src/types/Post/type.ts:65
id_not?
optionalid_not:string
Defined in: src/types/Post/type.ts:66
id_not_in?
optionalid_not_in:string[]
Defined in: src/types/Post/type.ts:67
id_starts_with?
optionalid_starts_with:string
Defined in: src/types/Post/type.ts:68
text?
optionaltext:string
Defined in: src/types/Post/type.ts:69
text_contains?
optionaltext_contains:string
Defined in: src/types/Post/type.ts:70
text_in?
optionaltext_in:string[]
Defined in: src/types/Post/type.ts:71
text_not?
optionaltext_not:string
Defined in: src/types/Post/type.ts:72
text_not_in?
optionaltext_not_in:string[]
Defined in: src/types/Post/type.ts:73
text_starts_with?
optionaltext_starts_with:string
Defined in: src/types/Post/type.ts:74
title?
optionaltitle:string
Defined in: src/types/Post/type.ts:75
title_contains?
optionaltitle_contains:string
Defined in: src/types/Post/type.ts:76
title_in?
optionaltitle_in:string[]
Defined in: src/types/Post/type.ts:77
title_not?
optionaltitle_not:string
Defined in: src/types/Post/type.ts:78
title_not_in?
optionaltitle_not_in:string[]
Defined in: src/types/Post/type.ts:79
title_starts_with?
optionaltitle_starts_with:string
Defined in: src/types/Post/type.ts:80