UNPKG
@inrupt/experimental-graphql-codegen-solid-query
Version:
latest (0.1.2)
0.1.2
Generate a Schema Node in Code Generation
github.com/inrupt/solid-graphql-js
inrupt/solid-graphql-js
@inrupt/experimental-graphql-codegen-solid-query
/
dist
/
index.d.ts
4 lines
(3 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
import
type
{
Types
}
from
"@graphql-codegen/plugin-helpers"
;
import
type
{
GraphQLSchema
}
from
"graphql"
;
export
declare
function
plugin<T =
any
>(
schema
:
GraphQLSchema
,
documents
:
Types
.
DocumentFile
[],
config
: T):
Types
.
Promisable
<
Types
.
PluginOutput
>;