FeedPostCategory
Feed Posts have an assigned category that is displayed above the post.
type FeedPostCategory {
id: UUID!
idx: Int!
slug: String!
isEnabled: Boolean!
title: String!
label: String!
}
Fields
FeedPostCategory.id ● UUID! non-null scalar
FeedPostCategory.idx ● Int! non-null scalar
FeedPostCategory.slug ● String! non-null scalar
FeedPostCategory.isEnabled ● Boolean! non-null scalar
FeedPostCategory.title ● String! non-null scalar
FeedPostCategory.label ● String! non-null scalar
Member Of
FeedPost object ● FeedPostCategoryPaged object