We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fae46bb commit d8fb719Copy full SHA for d8fb719
src/scalars/Latitude.ts
@@ -73,7 +73,7 @@ export const GraphQLLatitude = /*#__PURE__*/ new GraphQLScalarType({
73
return validate(ast.value, ast);
74
},
75
extensions: {
76
- codegenScalarType: 'string',
+ codegenScalarType: 'string | number',
77
jsonSchema: {
78
title: 'Latitude',
79
type: 'number',
src/scalars/Longitude.ts
@@ -75,6 +75,7 @@ export const GraphQLLongitude = /*#__PURE__*/ new GraphQLScalarType({
codegenScalarType: 'string | number',
+ title: 'Longitude',
80
minimum: MIN_LON,
81
maximum: MAX_LON,
0 commit comments