OBJECT

LogFile

The definition of a log file, internal use only.

link GraphQL Schema definition

  • type LogFile {
  • # The log file ID.
  • id: ID!
  • # A URL for the log file.
  • url: String!
  • # The date and time at which the log file was created.
  • createdAt: DateTime
  • # The date and time at which the log file was last updated.
  • updatedAt: DateTime
  • }