MessageSubscriptionInput
type MessageSubscriptionInput = {
resourceTypeId: Scalars['String'];
types?: InputMaybe<Array<Scalars['String']>>;
};type MessageSubscriptionInput = {
resourceTypeId: Scalars['String'];
types?: InputMaybe<Array<Scalars['String']>>;
};