Skip to content

Commit

Permalink
feat: add a recursive query to get milestones from solutions, that ca…
Browse files Browse the repository at this point in the history
…me from milestones for test
  • Loading branch information
StevenWadeOddball committed Dec 10, 2024
1 parent 8cf24f5 commit 263cc4a
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions MINT.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2880,39 +2880,6 @@
{
"name": "Categories",
"item": [
{
"name": "Create Standard Categories",
"event": [
{
"listen": "test",
"script": {
"exec": [
""
],
"type": "text/javascript",
"packages": {}
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "graphql",
"graphql": {
"query": "mutation CreateStandardCategories {\n createStandardCategories(modelPlanID: \"{{modelPlanID}}\")\n}",
"variables": ""
}
},
"url": {
"raw": "{{url}}",
"host": [
"{{url}}"
]
}
},
"response": []
},
{
"name": "GetMTOCategories",
"request": {
Expand Down Expand Up @@ -3471,7 +3438,7 @@
"body": {
"mode": "graphql",
"graphql": {
"query": "query ModelPlanMTOCategories {\nmodelPlan(id: \"{{modelPlanID}}\") {\n mtoMatrix{\n categories{\n id\n name\n isUncategorized\n subCategories {\n id\n name\n isUncategorized\n milestones {\n id\n name\n addedFromMilestoneLibrary\n key\n facilitatedBy\n needBy\n status\n riskIndicator\n solutions {\n name\n }\n # isDraftMilestone\n }\n }\n }\n }\n id\n modelName\n }\n}",
"query": "query ModelPlanMTOCategories {\nmodelPlan(id: \"{{modelPlanID}}\") {\n mtoMatrix{\n categories{\n id\n name\n isUncategorized\n subCategories {\n id\n name\n isUncategorized\n milestones {\n id\n name\n addedFromMilestoneLibrary\n key\n facilitatedBy\n needBy\n status\n riskIndicator\n solutions {\n name\n key\n type\n milestones {\n name\n type\n }\n }\n # isDraftMilestone\n }\n }\n }\n }\n id\n modelName\n }\n}",
"variables": ""
}
},
Expand Down

0 comments on commit 263cc4a

Please sign in to comment.