UNPKG
graphql-export
Version:
latest (1.2.3)
1.2.3
1.2.2
1.2.1
1.2.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Export graphql schema to other formats
github.com/oshosanya/graphql-export
oshosanya/graphql-export
graphql-export
/
src
/
@types
/
global.d.ts
3 lines
(2 loc)
•
104 B
TypeScript
View Raw
1
2
3
export
type
Maybe
<T> = T |
null
|
undefined
;
export
type
HTTPMethod
=
'GET'
|
'POST'
|
'PUT'
|
'DELETE'