UNPKG

@directus/api

Version:

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

5 lines (4 loc) 291 B
import type { Type } from '@directus/types'; import type { GraphQLType } from 'graphql'; import { GraphQLList, GraphQLScalarType } from 'graphql'; export declare function getGraphQLType(localType: Type | 'alias' | 'unknown', special: string[]): GraphQLScalarType | GraphQLList<GraphQLType>;