UNPKG

@directus/api

Version:

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

7 lines (6 loc) 196 B
import { GraphQLString, GraphQLScalarType } from 'graphql'; export const GraphQLHash = new GraphQLScalarType({ ...GraphQLString, name: 'Hash', description: 'Hashed string values', });