INTERFACE

GenericinventoryitemactionloggableInterface

An entity that can own a GenericInventoryItemActionLog.

link GraphQL Schema definition

  • interface GenericinventoryitemactionloggableInterface {
  • # The ID of the entity.
  • id: Int64Bit!
  • # An ID that uniquely identifies this entity across the whole Sonar system.
  • sonar_unique_id: ID!
  • # The date and time this entity was created.
  • created_at: Datetime!
  • # The last date and time this entity was modified.
  • updated_at: Datetime!
  • }