Add framework operations

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2025-12-02 10:40:07 +01:00
parent c6276ebe73
commit e7c4c36e56
8 changed files with 426 additions and 0 deletions

View File

@@ -67,6 +67,11 @@ export class Probo implements INodeType {
value: 'execute',
description: 'Execute a GraphQL query or mutation',
},
{
name: 'Framework',
value: 'framework',
description: 'Manage frameworks',
},
{
name: 'Measure',
value: 'measure',