abstract fun makeTopic(topicContent: String!): Future<Topic!>!
Create a new Topic object.
topicContent - String!: The content of the Topic
topicContent
Return Future<Topic!>!: A topic object.
Future on error when:
Since 1