UNPKG
@foal/graphiql
Version:
latest (5.3.0)
5.3.0
5.2.1
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.6.0
4.5.1
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.0
3.3.0
3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-alpha.1
3.0.0-alpha.0
2.11.0
2.10.2
2.10.1
2.10.0
2.9.0
2.8.2
2.8.1
2.8.0
2.7.2
2.7.1
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
GraphiQL integration for FoalTS
github.com/FoalTS
FoalTS/foal
@foal/graphiql
/
lib
/
index.d.ts
7 lines
(6 loc)
•
181 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * FoalTS * Copyright(c) 2017-2025 Loïc Poullain * Released under the MIT License. */
export { GraphiQLController, GraphiQLControllerOptions }
from
'./graphiql.controller'
;