Message
No description
type Message {
id: String!
content: String
turn: Int!
role: String!
pending: Boolean!
conversationId: String!
userId: String
createdAt: String
updatedAt: String
}
Fields
Message.id
● String!
non-null scalar
Message.content
● String
scalar
Message.turn
● Int!
non-null scalar
Message.role
● String!
non-null scalar
Message.pending
● Boolean!
non-null scalar
Message.conversationId
● String!
non-null scalar
Message.userId
● String
scalar
Message.createdAt
● String
scalar
Message.updatedAt
● String
scalar
Member of
ConversationListItem
object