Skip to main content

ConcordanceOccurrence

A single occurrence of a word in one verse, with surrounding context

type ConcordanceOccurrence {
context: String!
strongs: StrongsEntry
verse: Verse!
}

Fields

ConcordanceOccurrence.context ● String! non-null scalar

Keyword-in-context snippet. Contains <mark> HTML tags around the matched term — sanitize before rendering as HTML.

ConcordanceOccurrence.strongs ● StrongsEntry object

Null unless the translation has Strong's number tagging. See translation.hasStrongsTagging (Phase 2, always false today).

ConcordanceOccurrence.verse ● Verse! non-null object

The verse containing the word

Member Of

ConcordanceEdge object