BookCount
Occurrence count for one book in a concordance result
type BookCount {
bookId: String!
bookName: String!
count: Int!
}
Fields
BookCount.bookId ● String! non-null scalar
Canonical three-letter book id (e.g. 'PSA')
BookCount.bookName ● String! non-null scalar
Localized for the queried translation
BookCount.count ● Int! non-null scalar
Number of verses in this book containing the word
Member Of
ConcordanceEntry object