Fix func name

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-22 16:31:43 +01:00
parent e161b89afb
commit 5c0100f8b2
2 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ func (r *organizationResolver) Frameworks(ctx context.Context, obj *types.Organi
return nil, fmt.Errorf("cannot list organization frameworks: %w", err)
}
return types.NewExecutionConnection(page), nil
return types.NewFrameworkConnection(page), nil
}
// Node is the resolver for the node field.