Hello there, i would like to store images in my prisma USER table for naming profile picture with graphql subscription could someone help me on this
And Also i was trying to create some conversation between two users i want to achieve something like mentioned below what are the possible ways?? please help me out and thanks
type Conversations {
id: ID! @id
owner: [User1, User2]
conversations: [Objects]
}