Skip to content

Commit

Permalink
docs: Add example README
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Mar 15, 2024
1 parent d0f6f23 commit f4c435a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions project-fixtures/graphql-codegen-prj/README.md
@@ -0,0 +1,13 @@
# graphql-codege example

## How to run this example

- (At the root of ts-graphql-plugin project directory)
- Execute `npm link` command.

```sh
$ cd project-fixtures/graphql-codegen-prj
$ npm install
$ npm link ts-graphql-plugin
$ code .
```

0 comments on commit f4c435a

Please sign in to comment.