Skip to content

Commit

Permalink
Fix the changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
kazekyo committed Dec 21, 2022
1 parent 5a1e155 commit 613dd93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/short-toes-relax.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Add a feature to transform documents.

Plugin will have the following functions:
```my-plugin.js
```js
module.exports = {
plugin: () => {
return 'hello'
Expand Down Expand Up @@ -46,7 +46,7 @@ export default config

For example, to remove a `@localOnlyDirective` directive from documents:

```my-plugin.js
```js
const { visit, print } = require('graphql')

module.exports = {
Expand Down

0 comments on commit 613dd93

Please sign in to comment.