UNPKG

@directus/api

Version:

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

3 lines (2 loc) 141 B
import type { Request } from 'express'; export declare function getGraphqlQueryAndVariables(req: Request): Pick<any, "query" | "variables">;