You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ This folder consist of simple examples showing how to use different `TypeGraphQL
4
4
5
5
All examples has a `examples.gql` file with sample queries/mutations/subscriptions that you can execute.
6
6
7
+
> **Note**: Be aware that the examples on master branch are designed to work with latest codebase that might not be released yet.
8
+
So if you are looking for examples that are compatible with the version you use, just browse the files by the git tag, e.g. [`tree/v0.16.0` for `0.16.0` release](https://github.com/19majkel94/type-graphql/tree/v0.16.0/examples).
9
+
7
10
## Basics
8
11
9
12
-[Simple usage of fields, basic types and resolvers](./simple-usage)
0 commit comments