Skip to main content

CommentWhereInput

No description

input CommentWhereInput {
AND: [CommentWhereInput!]
OR: [CommentWhereInput!]
NOT: [CommentWhereInput!]
id: IntFilter
account: AccountRelationFilter
accountId: StringFilter
key: StringFilter
author: UserRelationFilter
authorId: StringFilter
content: StringFilter
createdAt: DateTimeFilter
updatedAt: DateTimeFilter
reactions: ReactionListRelationFilter
}

Fields

CommentWhereInput.AND ● [CommentWhereInput!] list input

CommentWhereInput.OR ● [CommentWhereInput!] list input

CommentWhereInput.NOT ● [CommentWhereInput!] list input

CommentWhereInput.id ● IntFilter input

CommentWhereInput.account ● AccountRelationFilter input

CommentWhereInput.accountId ● StringFilter input

CommentWhereInput.key ● StringFilter input

CommentWhereInput.author ● UserRelationFilter input

CommentWhereInput.authorId ● StringFilter input

CommentWhereInput.content ● StringFilter input

CommentWhereInput.createdAt ● DateTimeFilter input

CommentWhereInput.updatedAt ● DateTimeFilter input

CommentWhereInput.reactions ● ReactionListRelationFilter input

Member of

CommentListRelationFilter input ● CommentRelationFilter input ● CommentWhereInput input