FeedPostCategoryPaged
No description
type FeedPostCategoryPaged {
data: [FeedPostCategory]!
totalResults: Int!
}
Fields
FeedPostCategoryPaged.data ● [FeedPostCategory]! non-null object
The list of items in this pagination window.
FeedPostCategoryPaged.totalResults ● Int! non-null scalar
Total number of items in the filtered dataset.
Returned By
feedPostCategories query