Topic
A topic is something that a user can be interested in and that categorizes Insights, Posts and Spaces.
type Topic {
id: UUID!
slug: String!
isDiscoverSpacesDefault: Boolean!
title: String!
}
Fields
Topic.id
● UUID!
non-null scalar
Topic.slug
● String!
non-null scalar
Topic.isDiscoverSpacesDefault
● Boolean!
non-null scalar
Topic.title
● String!
non-null scalar
Member of
AuthenticatedUser
object ● FeedPost
object ● Insight
object ● Space
object ● TopicPaged
object ● User
object