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-validator.d.ts
3 lines
•
165 B
TypeScript
View Raw
1
2
3
import
{
GraphQLSchema
}
from
'graphql'
;
export
declare
function
getValidationResult
(
schema
:
GraphQLSchema
):
string
[];
//# sourceMappingURL=schema-validator.d.ts.map