Skip to content

Commit 2e37996

Browse files
committed
link to examples folder in docs [skip ci]
1 parent 727d29d commit 2e37996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ An adapter sits between GraphQL Authentication and your own ORM/database thingy.
259259

260260
However, if you don't use Prisma, that's totally fine! Writing an adapter shouldn't take very long.
261261

262-
In [the tests](https://github.com/Volst/graphql-authentication/blob/refactor/packages/graphql-authentication/src/__tests__/setup.ts) there is a good example of an adapter.
262+
In [the tests](https://github.com/Volst/graphql-authentication/blob/refactor/packages/graphql-authentication/src/__tests__/setup.ts) there is a good example of an adapter. Also, the [`examples/`](https://github.com/Volst/graphql-authentication/tree/master/examples) folder contains more some custom adapters, like one for Sequelize.
263263

264264
You can keep the adapter class directly in your own project, make a separate npm package for it or write a PR to add it here (please do)!
265265

0 commit comments

Comments
 (0)