JournalEntryCountableEdge
No description
type JournalEntryCountableEdge {
node: JournalEntry!
cursor: String!
}
Fields
JournalEntryCountableEdge.node ● JournalEntry! non-null object
The item at the end of the edge.
JournalEntryCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.