GetTopicsQuery: {
    __typename?: "NotifiQuery";
    topics?: {
        __typename?: "TopicsConnection";
        nodes?: {
            __typename?: "UserTopic";
            name?: string;
            targetCollections?: string[];
            targetTemplate?: string;
            topicName: string;
        }[];
    };
}