Skip to content

Variable: GraphQLID

ts
const GraphQLID: GraphQLScalarType<string, string>;

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

The built-in ID scalar type.

Released under the MIT License.