Consumer API · type

Message

Generated schema definition for Message.

Definition

graphql
type Message {
clientId: ID!
createdAt: Date!
fileImageUrl: String
fileKey: String
fileName: String
fileType: String
fileUrl: String
id: ID!
message: String!
sentByName: String
sentByProfilePictureUrl: String
sentByUserId: ID!
transactionId: ID
type: MessageType!
updatedAt: Date!
}