OBJECT
JournalEntryCreated
A created journal entry
link GraphQL Schema definition
- type JournalEntryCreated {
- # ID is username-date_added
- String :
- # Customer id journal is owned by
- String :
- # Date journal created
- Int :
- # First and last name of journal creator
- String :
- # Username of journal creator
- String :
- # Comment (text) content of journal entry
- String :
- # Attachment (e.g. image) of journal entry
- String :
- # Module which journal was created for
- String :
- # The journal entry can be shown in the fieldworker app.
- Boolean :
- }