Skip to main content

JournalEntryCountableConnection

No description

type JournalEntryCountableConnection {
pageInfo: PageInfo!
edges: [JournalEntryCountableEdge!]!
totalCount: Int
}

Fields

JournalEntryCountableConnection.pageInfo ● PageInfo! non-null object

Pagination data for this connection.

JournalEntryCountableConnection.edges ● [JournalEntryCountableEdge!]! non-null object

JournalEntryCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned By

journalEntries query

Was this page helpful?