UNPKG
@graphile/postgis
Version:
latest (0.2.0)
0.2.0
0.2.0-0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
PostGIS support for PostGraphile
github.com/graphile/postgis
graphile/postgis
@graphile/postgis
/
dist
/
makeGeoJSONType.d.ts
3 lines
(2 loc)
•
133 B
TypeScript
View Raw
1
2
3
import
*
as
GraphQL
from
"graphql"
;
export
default
function
makeGeoJSONType
(
graphql
:
any
,
name
?:
string
):
GraphQL
.
GraphQLScalarType
;