GoogleCloudPubSubDestination
type GoogleCloudPubSubDestination = Destination & {
__typename?: 'GoogleCloudPubSubDestination';
projectId: Scalars['String'];
topic: Scalars['String'];
type: Scalars['String'];
};type GoogleCloudPubSubDestination = Destination & {
__typename?: 'GoogleCloudPubSubDestination';
projectId: Scalars['String'];
topic: Scalars['String'];
type: Scalars['String'];
};