UNPKG
@cran/gql.jm
Version:
latest (1.3.0)
1.3.0
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
0.0.3
0.0.2
0.0.1
Cran/GraphQL Join Monster Utilities
gitlab.com/c6s/lib/gql/jm
@cran/gql.jm
/
cjs
/
withSqlTable.d.ts
7 lines
(6 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
SqlTableArgs
{
name
:
string
;
key
?:
Array
<
string
>;
fetch
:
Array
<
string
>; }
export
declare
function
withSqlTable
(
name
?:
string
):
import
(
"@cran/gql.core"
).
Plugin
<
any
>;