AzureDevOps_GraphQL
GraphQL facade over the Azure DevOps REST api.
Get Started
- Get a Personal Access Token (PAT) from your Azure DevOps instance.
- Fix the routes in
index.ts
to use your Azure DevOps instance. - Run TypeScript to generate
index.js
.
tsc index.js
- Run NodeJS to start the local GraphQL server.
PAT=ado_token node index.js
- The app should be available at
http://localhost:4000/graphql
.
To Do
- Fix the routes to reference not my personal ADO instance : )