MessageSource
A source used to construct a response
type MessageSource {
id: ID!
message: Message!
url: String
title: String
contentType: String
isDownloadable: Boolean!
downloadUrl: String
}
Fields
MessageSource.id ● ID! non-null scalar
The ID of the source
MessageSource.message ● Message! non-null object
The message that the source was used to construct
MessageSource.url ● String scalar
The URL of the source
MessageSource.title ● String scalar
The title of the source
MessageSource.contentType ● String scalar
The content (MIME) type of the source
MessageSource.isDownloadable ● Boolean! non-null scalar
Whether the source can be downloaded
MessageSource.downloadUrl ● String scalar
A temporary URL to download the source, if any
Returned By
messageSource query
Member Of
MessageSourcePage object