Every example outputs an authorization token that can be used for @auth
resources. Remember to add the token in the header: Authorization: Bearer <TOKEN>
Build examples:
npx tsc --build tsconfig.json
node ../build/examples/simple/index.js
node ../build/examples/typegraphql/index.js