Consumer API · type
Message
Generated schema definition for Message.
Definition
graphql
type Message {clientId: ID!createdAt: Date!fileImageUrl: StringfileKey: StringfileName: StringfileType: StringfileUrl: Stringid: ID!message: String!sentByName: StringsentByProfilePictureUrl: StringsentByUserId: ID!transactionId: IDtype: MessageType!updatedAt: Date!}