UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

11 lines (9 loc) 262 B
import { GraphQLScalarType, GraphQLString } from "graphql"; //#region src/services/graphql/types/hash.ts const GraphQLHash = new GraphQLScalarType({ ...GraphQLString, name: "Hash", description: "Hashed string values" }); //#endregion export { GraphQLHash };