Skip to main content

TopicSearchResult

No description

type TopicSearchResult {
id: ID!
body: String
title: String
type: TopicType!
lessonTitle: String
sectionTitle: String
}

Fields

TopicSearchResult.id ● ID! non-null scalar

TopicSearchResult.body ● String scalar

TopicSearchResult.title ● String scalar

TopicSearchResult.type ● TopicType! non-null enum

TopicSearchResult.lessonTitle ● String scalar

TopicSearchResult.sectionTitle ● String scalar

Member of

TopicSearchResultList object