GraphQL INPUT_OBJECT

UpdateErrorLogEntry

Input for error log entry update. The Error Log provides an overview of purchase errors and is used to identify and solve purchase-related problems as they occur.

link Definition

  • input UpdateErrorLogEntry {
  • # Unique ID of the error log entry.
  • id: Int!
  • # Set to true if the situation leading to the error has been remedied.
  • isDone: Boolean!
  • }

link Required by