Message
talawa-api • Docs
talawa-api / types/generatedGraphQLTypes / Message
Type Alias: Message
> Message: object
Type declaration
__typename?
> optional
__typename: "Message"
_id
> _id: Scalars
["ID"
]["output"
]
createdAt
> createdAt: Scalars
["DateTime"
]["output"
]
creator?
> optional
creator: Maybe
<User
>
imageUrl?
> optional
imageUrl: Maybe
<Scalars
["URL"
]["output"
]>
text
> text: Scalars
["String"
]["output"
]
updatedAt
> updatedAt: Scalars
["DateTime"
]["output"
]
videoUrl?
> optional
videoUrl: Maybe
<Scalars
["URL"
]["output"
]>