UNPKG
core-types-graphql
Version:
latest (3.0.0)
3.0.0
2.0.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
core-types ⬌ GraphQL conversion
github.com/grantila/core-types-graphql
grantila/core-types-graphql
core-types-graphql
/
dist
/
lib
/
schema.d.ts
3 lines
(2 loc)
•
214 B
TypeScript
View Raw
1
2
3
export
declare
function
getBreakingChanges
(
from
:
string
,
to
:
string
):
import
(
"graphql"
).
BreakingChange
[];
export
declare
function
getDangerousChanges
(
from
:
string
,
to
:
string
):
import
(
"graphql"
).
DangerousChange
[];