Topic
No description
type Topic {
topicName: SpaceArtifactListingTopicName!
topicStatus: SpaceArtifactListingTopicStatus!
hasNewNote: Boolean
firstNewNote: DateTime
admin: Boolean!
}
Fields
Topic.topicName ● SpaceArtifactListingTopicName! non-null enum catalog-service
Name of the topic
Topic.topicStatus ● SpaceArtifactListingTopicStatus! non-null enum catalog-service
Status of the topic
Topic.hasNewNote ● Boolean scalar miscellaneous
Whether the topic has new notes
Topic.firstNewNote ● DateTime scalar partner-portal
Date and time of the first new note
Topic.admin ● Boolean! non-null scalar miscellaneous
Whether the user is an admin
Member Of
SpaceArtifactListing object
Was this topic helpful?