Skip to main content
Version: s5

CourseDetailsWhere

No description

input CourseDetailsWhere {
_and: [CourseDetailsWhere!]
_or: [CourseDetailsWhere!]
id: UUIDAttributeWhereOperators
language: LanguageAttributeWhereOperators
title: StringAttributeWhereOperators
description: StringAttributeWhereOperators
keywords: StringArrayAttributeWhereOperators
learningOutcome: StringAttributeWhereOperators
}

Fields

CourseDetailsWhere._and ● [CourseDetailsWhere!] list input

AND operator

CourseDetailsWhere._or ● [CourseDetailsWhere!] list input

OR operator

CourseDetailsWhere.id ● UUIDAttributeWhereOperators input

UUID of course details

CourseDetailsWhere.language ● LanguageAttributeWhereOperators input

Language of course details

CourseDetailsWhere.title ● StringAttributeWhereOperators input

Title for the course

CourseDetailsWhere.description ● StringAttributeWhereOperators input

Description for the course

CourseDetailsWhere.keywords ● StringArrayAttributeWhereOperators input

Keywords for the course

CourseDetailsWhere.learningOutcome ● StringAttributeWhereOperators input

Learning outcome for the course

Member of

CourseDetailsWhere input ● getCourseDetails query