Skip to main content

CreatePlatformMessageInput

The input for the createPlatformMessage mutation.

input CreatePlatformMessageInput {
end: DateTime
level: MessageLevel!
message: String!
start: DateTime
}

Fields

CreatePlatformMessageInput.end ● DateTime scalar

The end time of the message (optional).

CreatePlatformMessageInput.level ● MessageLevel! non-null enum

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

CreatePlatformMessageInput.message ● String! non-null scalar

The content of the message.

CreatePlatformMessageInput.start ● DateTime scalar

The start time of the message (optional).

Member Of

createPlatformMessage mutation