Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 404 Bytes

File metadata and controls

21 lines (14 loc) · 404 Bytes

Examples

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