diff --git a/docs/technical-design/creating-and-testing-endpoints.md b/docs/technical-design/creating-and-testing-endpoints.md index 1e423d0032..9cefd84ae5 100644 --- a/docs/technical-design/creating-and-testing-endpoints.md +++ b/docs/technical-design/creating-and-testing-endpoints.md @@ -230,7 +230,8 @@ _**Run `yarn prisma generate`**_ or from the root run `.dev local --postgres --api` which includes prisma code generation -This command will create +This command will create `node_modules/.prisma/client/index.d.ts` + ### Generating graphql types _**On the command line, navigate to `/services/app-graphql`**_ _**Run `yarn gqlgen`**_