Skip to content

Commit

Permalink
Update postgraphile/website/postgraphile/make-extend-schema-plugin.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Aug 16, 2024
1 parent 8e56156 commit 5930521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ you do have a resource representing the target database, you can extract the
executor for that DB from the resource, for example:

```ts
const { executor } = channels;
const executor = channels.executor;
```

### Example
Expand Down

0 comments on commit 5930521

Please sign in to comment.