chapter
Get all verses in a chapter
chapter(
book: String!
chapter: Int!
translation: String = "eng-web"
): [Verse!]!
Arguments
chapter.book ● String! non-null scalar
Book ID (e.g. 'MAT') or localized name (e.g. 'Mateo')
chapter.chapter ● Int! non-null scalar
Chapter number, starting at 1
chapter.translation ● String scalar
Translation identifier (e.g. 'eng-web', 'spa-rv1909')
Type
Verse object
A single verse in one translation