Launch the repo as local playground to exam any new schema"
npm install && npm run dev
- Sample of query which uses model mapping
query TaskQuery {
todoList {
title
state
owner_id
user {
name
email
}
}
}
For further reference, please consider the following sections:
- Official TypeScript documentation