UNPKG
@notadd/graphql
Version:
latest (3.2.0)
3.2.0
3.1.45
3.1.24
3.1.23
2.4.5
2.4.4
2.4.2
2.4.0
2.3.31
2.3.28
2.3.27
2.3.26
2.3.25
2.3.23
2.3.19
2.3.17
2.3.16
2.3.14
2.3.6
2.3.4
2.3.3
2.2.10
2.2.9
2.2.0
notadd core none dependence
@notadd/graphql
/
lib
/
module.d.ts
5 lines
(4 loc)
•
146 B
TypeScript
View Raw
1
2
3
4
5
import
{
ModuleWithProviders
}
from
'@notadd/core'
;
export
declare
class
GraphqlModule
{
static
forRoot
(
path
:
string
):
ModuleWithProviders
; }