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