Skip to main content
Version: s5

PostDetailsWhere

No description

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

Fields

PostDetailsWhere._and ● [PostDetailsWhere!] list input

AND operator

PostDetailsWhere._or ● [PostDetailsWhere!] list input

OR operator

PostDetailsWhere.id ● UUIDAttributeWhereOperators input

UUID of post details

PostDetailsWhere.language ● LanguageAttributeWhereOperators input

Language of post details

PostDetailsWhere.title ● StringAttributeWhereOperators input

Title for the post

PostDetailsWhere.description ● StringAttributeWhereOperators input

Description for the post

PostDetailsWhere.keywords ● StringArrayAttributeWhereOperators input

Keywords for the post

PostDetailsWhere.learningOutcome ● StringAttributeWhereOperators input

Learning outcome for the post

PostDetailsWhere.postId ● UUIDAttributeWhereOperators input

Post id

Member Of

getPostDetails query ● PostDetailsWhere input