UNPKG

graphql-shield-generator

Version:
3 lines (2 loc) 169 B
import type { GenerateGraphqlShieldArgs } from './types'; export declare const generateGraphqlShield: ({ schema, options }: GenerateGraphqlShieldArgs) => Promise<void>;