UNPKG

@mando75/typeorm-graphql-loader

Version:

A dataloader which intelligently selects/joins the fields/relations from your TypeORM entities needed to resolve a GraphQL query

6 lines (5 loc) 104 B
export declare enum LoaderSearchMethod { ANY_POSITION = 0, STARTS_WITH = 1, ENDS_WITH = 2 }