Preparing search index...
The search index is not available
@deep/nest-kit
@deep/nest-kit
modules/bibles
BiblesResolver
Class BiblesResolver
Index
Constructors
constructor
Properties
logger
Methods
bible
bibles
bible
Verse
books
decoded
Bible
Passage
Constructors
constructor
new
BiblesResolver
(
biblesService
:
BiblesService
,
loggerFactory
:
WinstonLoggerFactory
,
)
:
BiblesResolver
Parameters
biblesService
:
BiblesService
loggerFactory
:
WinstonLoggerFactory
Returns
BiblesResolver
Properties
logger
logger
:
WinstonLogger
= ...
Methods
bible
bible
(
id
:
string
,
ctx
:
IBaseActionContext
)
:
Promise
<
Bible
>
Parameters
id
:
string
ctx
:
IBaseActionContext
Returns
Promise
<
Bible
>
bibles
bibles
(
input
:
FetchBiblesInput
,
info
:
GraphQLResolveInfo
,
)
:
Promise
<
PaginatedBibles
>
Fetch bibles list
Parameters
input
:
FetchBiblesInput
info
:
GraphQLResolveInfo
Returns
Promise
<
PaginatedBibles
>
bible
Verse
bibleVerse
(
input
:
FetchBibleVerseInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
BibleVerse
>
Parameters
input
:
FetchBibleVerseInput
ctx
:
IBaseActionContext
Returns
Promise
<
BibleVerse
>
books
books
(
parent
:
Bible
)
:
Promise
<
BibleBook
[]
>
Parameters
parent
:
Bible
Returns
Promise
<
BibleBook
[]
>
decoded
Bible
Passage
decodedBiblePassage
(
input
:
FetchDecodedBiblePassageInput
,
ctx
:
IBaseActionContext
,
)
:
Promise
<
DecodedBiblePassage
>
Parameters
input
:
FetchDecodedBiblePassageInput
ctx
:
IBaseActionContext
Returns
Promise
<
DecodedBiblePassage
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
logger
Methods
bible
bibles
bible
Verse
books
decoded
Bible
Passage
@deep/nest-kit
Loading...
Fetch bibles list