Skip to main content

OrderWithdrawalLog

No description

type OrderWithdrawalLog {
id: Int!
message: String
addedAt: DateTime!
}

Fields

id ● Int!

The id of the log entry

message ● String

The content of the log

addedAt ● DateTime!

When the log entry was created

Example

{
"addedAt": "2024-05-03T11:52:33Z"
}