Skip to main content
Version: s5

PostWhere

No description

input PostWhere {
_and: [PostWhere!]
_or: [PostWhere!]
id: UUIDAttributeWhereOperators
universalTitle: StringAttributeWhereOperators
contentValue: NumberAttributeWhereOperators
category: CategoryArrayAttributeWhereOperators
topic: TopicArrayAttributeWhereOperators
icd10: StringArrayAttributeWhereOperators
clinicallyVerified: BooleanAttributeWhereOperators
mediaType: PostMediaTypeAttributeWhereOperators
}

Fields

PostWhere._and ● [PostWhere!] list input

AND operator

PostWhere._or ● [PostWhere!] list input

OR operator

PostWhere.id ● UUIDAttributeWhereOperators input

UUID of post

PostWhere.universalTitle ● StringAttributeWhereOperators input

Universal title of post

PostWhere.contentValue ● NumberAttributeWhereOperators input

Content value of post

PostWhere.category ● CategoryArrayAttributeWhereOperators input

List of categories post is included in

PostWhere.topic ● TopicArrayAttributeWhereOperators input

Topic of the post

PostWhere.icd10 ● StringArrayAttributeWhereOperators input

ICD-10 code for the post

PostWhere.clinicallyVerified ● BooleanAttributeWhereOperators input

Flag indicating if content has been clinically verified

PostWhere.mediaType ● PostMediaTypeAttributeWhereOperators input

Media of post

Member of

getPosts query ● PostWhere input