VideoMediaWhere
No description
input VideoMediaWhere {
_and: [VideoMediaWhere!]
_or: [VideoMediaWhere!]
id: UUIDAttributeWhereOperators
language: LanguageAttributeWhereOperators
approximateTime: NumberAttributeWhereOperators
country: CountryArrayAttributeWhereOperators
scriptHTML: StringAttributeWhereOperators
postId: UUIDAttributeWhereOperators
creatorId: UUIDAttributeWhereOperators
}
Fields
VideoMediaWhere._and
● [VideoMediaWhere!]
list input
AND operator
VideoMediaWhere._or
● [VideoMediaWhere!]
list input
OR operator
VideoMediaWhere.id
● UUIDAttributeWhereOperators
input
UUID of video
VideoMediaWhere.language
● LanguageAttributeWhereOperators
input
Language of video
VideoMediaWhere.approximateTime
● NumberAttributeWhereOperators
input
Approximate time to watch video
VideoMediaWhere.country
● CountryArrayAttributeWhereOperators
input
Specific country video is produced for
VideoMediaWhere.scriptHTML
● StringAttributeWhereOperators
input
Rich text content of audio vidoe given as JSON string of HTML
VideoMediaWhere.postId
● UUIDAttributeWhereOperators
input
Post id of video
VideoMediaWhere.creatorId
● UUIDAttributeWhereOperators
input
Creator id of video
Member Of
VideoMediaWhere
input