shadeemerhi / imessage-graphql

100 stars 35 forks source link

Why do you import ConversationPopulated & MessagePopulated into the frontend from the backend directly #3

Open Andrioeffendi31 opened 1 year ago

Andrioeffendi31 commented 1 year ago

import { ConversationPopulated, MessagePopulated } from "../../../backend/src/util/types";

I think it will be a problem when deploying it.