CourseWhere
No description
input CourseWhere {
_and: [CourseWhere!]
_or: [CourseWhere!]
id: UUIDAttributeWhereOperators
universalTitle: StringAttributeWhereOperators
contentValue: NumberAttributeWhereOperators
category: CategoryArrayAttributeWhereOperators
topic: TopicArrayAttributeWhereOperators
}
Fields
CourseWhere._and
● [CourseWhere!]
list input
AND operator
CourseWhere._or
● [CourseWhere!]
list input
OR operator
CourseWhere.id
● UUIDAttributeWhereOperators
input
UUID of course
CourseWhere.universalTitle
● StringAttributeWhereOperators
input
Universal title of course
CourseWhere.contentValue
● NumberAttributeWhereOperators
input
Content value of course
CourseWhere.category
● CategoryArrayAttributeWhereOperators
input
List of categories course is included in
CourseWhere.topic
● TopicArrayAttributeWhereOperators
input
Topic of the course
Member Of
CourseWhere
input ● getCourses
query