ReviewCreated
type ReviewCreated = MessagePayload & {
__typename?: 'ReviewCreated';
review: Review;
type: Scalars['String'];
};type ReviewCreated = MessagePayload & {
__typename?: 'ReviewCreated';
review: Review;
type: Scalars['String'];
};