Skip to main content
Version: s5

ArticleMediaWhere

No description

input ArticleMediaWhere {
_and: [ArticleMediaWhere!]
_or: [ArticleMediaWhere!]
id: UUIDAttributeWhereOperators
language: LanguageAttributeWhereOperators
approximateTime: NumberAttributeWhereOperators
country: CountryArrayAttributeWhereOperators
contentHTML: StringAttributeWhereOperators
contentHTMLPreview: StringAttributeWhereOperators
postId: UUIDAttributeWhereOperators
creatorId: UUIDAttributeWhereOperators
}

Fields

ArticleMediaWhere._and ● [ArticleMediaWhere!] list input

AND operator

ArticleMediaWhere._or ● [ArticleMediaWhere!] list input

OR operator

ArticleMediaWhere.id ● UUIDAttributeWhereOperators input

UUID of article

ArticleMediaWhere.language ● LanguageAttributeWhereOperators input

Language of article

ArticleMediaWhere.approximateTime ● NumberAttributeWhereOperators input

Approximate time to read article

ArticleMediaWhere.country ● CountryArrayAttributeWhereOperators input

Specific country article is produced for

ArticleMediaWhere.contentHTML ● StringAttributeWhereOperators input

Rich text content of article given as JSON string of HTML

ArticleMediaWhere.contentHTMLPreview ● StringAttributeWhereOperators input

Rich text preview of article given as JSON string of HTML

ArticleMediaWhere.postId ● UUIDAttributeWhereOperators input

Post id of article

ArticleMediaWhere.creatorId ● UUIDAttributeWhereOperators input

Creator id of article

Member of

ArticleMediaWhere input