Book
A canonical book of the Bible, independent of any translation. See LocalizedBook for per-translation names.
type Book {
bookId: String!
id: ID!
name: String!
position: Int!
testament: String!
}
Fields
Book.bookId ● String! non-null scalar
Canonical three-letter book id (e.g. 'GEN', 'MAT'). Use this wherever a query takes a book argument.
Book.id ● ID! non-null scalar
Relay global object id
Book.name ● String! non-null scalar
Canonical English book name (e.g. 'Genesis')
Book.position ● Int! non-null scalar
Canonical ordering position, 1 (Genesis) through 66 (Revelation)
Book.testament ● String! non-null scalar
Either 'OT' or 'NT'. Note this is a plain String, not the Testament enum used by concordance.
Returned By
books query