journalEntry
Graphql fields and variables for the journalEntry query
Last updated
Was this helpful?
Graphql fields and variables for the journalEntry query
Scope required:
For a complete list of possible response fields see the JournalEntry type.
query journalEntry ($id: ID, $code: String, $format: String) {
journalEntry (id: $id, code: $code, format: $format) {
date
description
entityId
id
source
}
}id
ID
code
String
format
String
Last updated
Was this helpful?
Was this helpful?
