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.jsonnode ../build/examples/simple/index.jsnode ../build/examples/typegraphql/index.js