OBJECT

JournalEntry

link GraphQL Schema definition

  • type JournalEntry {
  • # Unique identifier for journal - concatenation of date_added and username of
  • # creator
  • id: String!
  • date_added: Int!
  • actioned_by: String!
  • comment: String!
  • identifier: Int!
  • module_name: String!
  • username: String!
  • attachment: String
  • show_in_fieldworker_app: Boolean
  • }