ok, i think i found them. `/src/generated/prisma-c...
# orm-help
j
ok, i think i found them.
/src/generated/prisma-client/index.ts
does contain:
Copy code
postsConnection: (
    args?: {
      where?: PostWhereInput;
      orderBy?: PostOrderByInput;
      skip?: Int;
      after?: String;
      before?: String;
      first?: Int;
      last?: Int;
    }
  ) => PostConnectionPromise;