OBJECT
cvNavigation
Various answers to 'previous' and 'next' with respect to a verse
link GraphQL Schema definition
- type cvNavigation {
- # The verse number for the next verse
- : cv
- # The verse number for the previous verse
- : cv
- # The verse number for the next verse range
- : cv
- # The verse number for the previous verse range
- : cv
- # The next chapter number (as a string)
- : String
- # The previous chapter number (as a string)
- : String
- }