gitextract_04rigmut/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── config.yml │ │ ├── new.yml │ │ ├── other.yml │ │ └── update.yml │ ├── scripts/ │ │ ├── .gitignore │ │ ├── package.json │ │ ├── src/ │ │ │ ├── add-or-update-job.ts │ │ │ ├── config.ts │ │ │ ├── get-jobs.ts │ │ │ ├── mutations.ts │ │ │ ├── queries.ts │ │ │ └── types/ │ │ │ ├── job-counts.schema.ts │ │ │ └── job.schema.ts │ │ └── tsconfig.json │ └── workflows/ │ ├── add-or-update-job.yml │ └── get-jobs.yml ├── INTERN_INTL.md ├── NEW_GRAD_INTL.md ├── NEW_GRAD_USA.md └── README.md