Skip to main content

PlatformMessage

A platform message serves to convey announcements or messages relevant to all tenants.

type PlatformMessage {
createdAt: DateTime!
end: DateTime
id: PlatformMessageID
level: MessageLevel!
message: String!
start: DateTime
}

Fields

PlatformMessage.createdAt ● DateTime! non-null scalar

The time when the message was originally created.

PlatformMessage.end ● DateTime scalar

The end time of the message (optional).

PlatformMessage.id ● PlatformMessageID scalar

Unique identifier.

PlatformMessage.level ● MessageLevel! non-null enum

The level of the message (INFO, WARNING, CRITICAL).

PlatformMessage.message ● String! non-null scalar

The content of the message.

PlatformMessage.start ● DateTime scalar

The start time of the message (optional).

Returned By

createPlatformMessage mutation ● platformMessages query ● updatePlatformMessage mutation

Member Of

CreatePlatformMessagePayload object ● UpdatePlatformMessagePayload object