UNPKG

@unly/ra-data-graphql-prisma

Version:
9 lines (8 loc) 337 B
declare module 'ra-data-graphql' { export const QUERY_TYPES: string[]; export type GraphQLDataProvider = (fetchType: string, resource: string, params: { [key: string]: any; }) => Promise<any>; export const buildDataProvider: (options: any) => Promise<GraphQLDataProvider>; export default buildDataProvider; }