Lots of work to get graphql running smoothly

This commit is contained in:
2024-04-26 10:29:04 -05:00
parent 6836ef68ea
commit 3021b6e712
32 changed files with 12661 additions and 439 deletions

View File

@@ -1,30 +1,36 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fsdgencsharp": {
"version": "2.27.0",
"commands": [
"fsdgencsharp"
]
},
"fsdgenmd": {
"version": "2.8.0",
"commands": [
"fsdgenmd"
]
},
"fsdgenaspnet": {
"version": "3.9.0",
"commands": [
"fsdgenaspnet"
]
},
"fsdgenswagger": {
"version": "2.5.0",
"commands": [
"fsdgenswagger"
]
}
}
{
"version": 1,
"isRoot": true,
"tools": {
"fsdgencsharp": {
"version": "2.27.0",
"commands": [
"fsdgencsharp"
]
},
"fsdgenmd": {
"version": "2.8.0",
"commands": [
"fsdgenmd"
]
},
"fsdgenaspnet": {
"version": "3.9.0",
"commands": [
"fsdgenaspnet"
]
},
"fsdgenswagger": {
"version": "2.5.0",
"commands": [
"fsdgenswagger"
]
},
"fsdgenjs": {
"version": "2.9.0",
"commands": [
"fsdgenjs"
]
}
}
}