UNPKG

@directus/api

Version:

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

9 lines (8 loc) 299 B
import type { SchemaOverview } from '@directus/types'; /** * Filters out invalid collections to prevent graphql from errorring on schema generation * * @param schema * @returns sanitized schema */ export declare function sanitizeGraphqlSchema(schema: Readonly<SchemaOverview>): SchemaOverview;