Type Alias GetTotalMessagesPerTopicByTenantPayload

GetTotalMessagesPerTopicByTenantPayload: {
    __typename?: "GetTotalMessagesPerTopicByTenantPayload";
    eventTypeId: Scalars["String"]["output"];
    messageCount: Scalars["Long"]["output"];
    subscriberCount: Scalars["Long"]["output"];
    topicName: Scalars["String"]["output"];
}

Type declaration

  • Optional__typename?: "GetTotalMessagesPerTopicByTenantPayload"
  • eventTypeId: Scalars["String"]["output"]

    The unique ID representing this topic

  • messageCount: Scalars["Long"]["output"]

    The total number of messages sent on this topic

  • subscriberCount: Scalars["Long"]["output"]

    The total number of subscribers on this topic

  • topicName: Scalars["String"]["output"]

    The display name of this topic