Type Alias NotifiQueryTotalMessagesPerTopicByTenantArgs

NotifiQueryTotalMessagesPerTopicByTenantArgs: {
    after?: InputMaybe<Scalars["String"]["input"]>;
    first?: InputMaybe<Scalars["Int"]["input"]>;
    input: GetTotalMessagesPerTopicByTenantInput;
}