INPUT_OBJECT

JournalEntry_Exact

Exact args for journal entries

link GraphQL Schema definition

  • input JournalEntry_Exact {
  • # Gets the journal entries for a given module
  • module: [JournalModuleType]
  • identifier: Int
  • # Date Added
  • date: Int
  • # Gets the journal entries for a given module
  • access: JournalAccessType
  • }