Skip to content

Commit

Permalink
chore(docs): fix typo 030-neuxs-framework-prisma-users.mdx (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tana M Berry authored Dec 15, 2021
1 parent b92545f commit 45b9d5a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const schema = makeSchema({

### Configuring Context Type

The framework used to automatically inject and type your context so that an instance of the client would be there for you. We know need to configure that manually. To do so, we'll first create a `context.ts` file where we'll export a type containing the Prisma Client.
The framework used to automatically inject and type your context so that an instance of the client would be there for you. We now need to configure that manually. To do so, we'll first create a `context.ts` file where we'll export a type containing the Prisma Client.

```tsx
// context.ts
Expand Down Expand Up @@ -128,7 +128,7 @@ If your Prisma Schema is using either the `Json` or `DateTime` type, the framewo

```bash
npm install graphql-scalars
```
```xf
2. Then, add the following configuration property to the Prisma plugin
Expand Down

0 comments on commit 45b9d5a

Please sign in to comment.