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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ An adapter sits between GraphQL Authentication and your own ORM/database thingy.
259
259
260
260
However, if you don't use Prisma, that's totally fine! Writing an adapter shouldn't take very long.
261
261
262
-
In [the tests](https://github.com/Volst/prisma-auth/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.
263
263
264
264
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)!
0 commit comments