Alokai

CategoryCreated

type CategoryCreated = MessagePayload & {
  __typename?: 'CategoryCreated';
  category: Category;
  type: Scalars['String'];
};

Referenced Types

On this page