UNPKG
@oobleck/fluid-backend
Version:
latest (0.1.0-experimental-20210901)
0.1.0-experimental-20210901
Fluid Framework backend for nteract RTC
github.com/alpaix/oobleck
alpaix/oobleck
@oobleck/fluid-backend
/
typings
/
graphql.d.ts
7 lines
(5 loc)
•
122 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
module
"*.gql"
{
import
{
DocumentNode
}
from
'graphql'
const
Schema
:
DocumentNode
export
=
Schema
}