ReactionWhereInput
No description
input ReactionWhereInput {
AND: [ReactionWhereInput!]
OR: [ReactionWhereInput!]
NOT: [ReactionWhereInput!]
comment: CommentRelationFilter
commentId: IntFilter
user: UserRelationFilter
userId: StringFilter
emojis: StringNullableListFilter
createdAt: DateTimeFilter
updatedAt: DateTimeFilter
account: AccountRelationFilter
accountId: StringNullableFilter
}
Fields
ReactionWhereInput.AND ● [ReactionWhereInput!] list input
ReactionWhereInput.OR ● [ReactionWhereInput!] list input
ReactionWhereInput.NOT ● [ReactionWhereInput!] list input
ReactionWhereInput.comment ● CommentRelationFilter input
ReactionWhereInput.commentId ● IntFilter input
ReactionWhereInput.user ● UserRelationFilter input
ReactionWhereInput.userId ● StringFilter input
ReactionWhereInput.emojis ● StringNullableListFilter input
ReactionWhereInput.createdAt ● DateTimeFilter input
ReactionWhereInput.updatedAt ● DateTimeFilter input
ReactionWhereInput.account ● AccountRelationFilter input
ReactionWhereInput.accountId ● StringNullableFilter input
Member of
ReactionListRelationFilter input ● ReactionWhereInput input