jasonmj
06/05/2019, 2:31 PM/src/generated/prisma-client/index.ts
does contain: postsConnection: (
args?: {
where?: PostWhereInput;
orderBy?: PostOrderByInput;
skip?: Int;
after?: String;
before?: String;
first?: Int;
last?: Int;
}
) => PostConnectionPromise;