Class TopicDataFetcher

  • All Implemented Interfaces:
    graphql.schema.DataFetcher<CDPTopic>

    public class TopicDataFetcher
    extends Object
    implements graphql.schema.DataFetcher<CDPTopic>
    • Constructor Detail

      • TopicDataFetcher

        public TopicDataFetcher​(String topicId)
    • Method Detail

      • get

        public CDPTopic get​(graphql.schema.DataFetchingEnvironment environment)
                     throws Exception
        Specified by:
        get in interface graphql.schema.DataFetcher<CDPTopic>
        Throws:
        Exception