UNPKG
@commitspark/graphql-api
Version:
latest (1.0.0-beta.4)
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
0.90.0
0.81.2
0.81.1
0.81.0
0.80.0
0.12.0
0.11.1
0.11.0
0.10.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
GraphQL API to store and manage structured data with Git
@commitspark/graphql-api
/
dist
/
types
/
graphql
/
schema-root-type-generator.d.ts
3 lines
•
281 B
TypeScript
View Raw
1
2
3
import
{
GeneratedQuery
,
GeneratedSchema
}
from
'./queries-mutations-generator'
;
export
declare
function
generateSchemaRootTypeStrings
(
generatedSchemas
:
GeneratedSchema
[],
typeQuery
:
GeneratedQuery
<
Promise
<
string
>>
):
string
;
//# sourceMappingURL=schema-root-type-generator.d.ts.map