UNPKG
@commitspark/graphql-api
Version:
latest (1.0.0-beta.4)
1.0.0-beta.4
1.0.0-beta.3
1.0.0-beta.2
1.0.0-beta.1
0.90.0
0.81.2
0.81.1
0.81.0
0.80.0
0.12.0
0.11.1
0.11.0
0.10.0
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.0
GraphQL API to store and manage structured data with Git
@commitspark/graphql-api
/
dist
/
types
/
graphql
/
schema-utils
/
union-type-util.d.ts
4 lines
•
255 B
TypeScript
View Raw
1
2
3
4
import
{
EntryData
}
from
'@commitspark/git-adapter'
;
export
declare
function
getUnionTypeNameFromFieldValue
(
fieldValue
:
unknown
):
string
;
export
declare
function
getUnionValue
(
fieldValue
:
unknown
):
EntryData
;
//# sourceMappingURL=union-type-util.d.ts.map