OBJECT

ExportDocument

link GraphQL Schema definition

  • type ExportDocument implements Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • id: ID!
  • exportRowId: UUID!
  • documentRowId: UUID!
  • removedAt: Datetime
  • removedBy: UUID
  • # Reads a single `Export` that is related to this `ExportDocument`.
  • exportByExportRowId: Export!
  • # Reads a single `User` that is related to this `ExportDocument`.
  • userByRemovedBy: User
  • }