UpdatePlatformMessageInput
The input for the updatePlatformMessage mutation
input UpdatePlatformMessageInput {
end: DateTime
id: PlatformMessageID!
level: MessageLevel!
message: String!
start: DateTime
}
Fields
UpdatePlatformMessageInput.end ● DateTime scalar
The time when the message should expire. (Optional). If no end is provided, message stays active until deactivated or updated.
UpdatePlatformMessageInput.id ● PlatformMessageID! non-null scalar
Unique identifier.
UpdatePlatformMessageInput.level ● MessageLevel! non-null enum
The message level.
UpdatePlatformMessageInput.message ● String! non-null scalar
The message content.
UpdatePlatformMessageInput.start ● DateTime scalar
The time when the message should become active. (Optional). Message becomes effective now if start is not provided.
Member Of
updatePlatformMessage mutation