Skip to content

Variable: GraphQLFloat

ts
const GraphQLFloat: GraphQLScalarType<number, number>;

Defined in: node_modules/graphql/type/scalars.d.ts:17

The built-in Float scalar type.

Released under the MIT License.