ConcordanceConnection
A page of concordance occurrences plus translation-wide aggregates for the word
type ConcordanceConnection {
edges: [ConcordanceEdge!]!
entry: ConcordanceEntry!
pageInfo: ConcordancePageInfo!
totalCount: Int!
}
Fields
ConcordanceConnection.edges ● [ConcordanceEdge!]! non-null object
This page of occurrences, in canonical order (Genesis → Revelation, then chapter, then verse). Never ranked by relevance.
ConcordanceConnection.entry ● ConcordanceEntry! non-null object
Aggregate counts for the word across the whole translation — unaffected by paging or by the book/testament filters
ConcordanceConnection.pageInfo ● ConcordancePageInfo! non-null object
Cursor and flag for fetching the next page
ConcordanceConnection.totalCount ● Int! non-null scalar
Total occurrences matching the current filters, across all pages
Returned By
concordance query