Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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