UrlCommunicationBody
Defines the body of a communication that is a URL.
type UrlCommunicationBody {
url: URL
}
Fields
UrlCommunicationBody.url ● URL scalar
The URL for the body of a communication. Optional.
Implemented By
CommunicationBody union