Ir al contenido principal

concordance

Exhaustive, canonically-ordered occurrences of a word, with per-book/testament aggregates and KWIC context. Unlike search, this never ranks or truncates by relevance.

concordance(
after: String
book: String
first: Int = 25
testament: Testament
translation: String!
word: String!
): ConcordanceConnection!

Arguments

concordance.after ● String scalar

Opaque cursor from a previous page's pageInfo.endCursor

concordance.book ● String scalar

Canonical book id (e.g. 'PSA') or localized book name (e.g. 'Salmos')

concordance.first ● Int scalar

Max occurrences per page. Clamped to 1..100.

concordance.testament ● Testament enum

Restrict to one testament. Combines with book as an AND filter.

concordance.translation ● String! non-null scalar

Translation identifier (e.g. 'spa-rv1909')

concordance.word ● String! non-null scalar

Word to look up (matched via the translation's stemming dictionary when available; see hasStemming)

Type

ConcordanceConnection object

A page of concordance occurrences plus translation-wide aggregates for the word