UNPKG

shyft

Version:

Model driven GraphQL API framework

4 lines (3 loc) 255 B
import { Entity, Mutation, Subscription } from '..'; export declare const getEntityUniquenessAttributes: (entity: any) => any[]; export declare const checkRequiredI18nInputs: (entity: Entity | any, operation: Mutation | Subscription, input: any) => void;