UNPKG
@graphql-yoga/render-laboratory
Version:
alpha (6.0.0-alpha-20260224195440-606378213714717778cf1abdc84dc9c07033300e)
latest (6.0.0-alpha-20260224195440-606378213714717778cf1abdc84dc9c07033300e)
6.0.0-alpha-20260224195440-606378213714717778cf1abdc84dc9c07033300e
github.com/graphql-hive/graphql-yoga
graphql-hive/graphql-yoga
@graphql-yoga/render-laboratory
/
typings
/
index.d.ts
3 lines
(2 loc)
•
128 B
TypeScript
View Raw
1
2
3
import
type
{
GraphiQLOptions
}
from
'graphql-yoga'
;
export
declare
const
renderLaboratory
:
(
opts
?:
GraphiQLOptions
) =>
string
;