Skip to content

Commit

Permalink
feat(capabilities): add capabilities on get one projection
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-moncel committed Nov 27, 2024
1 parent bd0fc7c commit c4dc677
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/agent/src/routes/capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default class Capabilities extends BaseRoute {
nativeQueryConnections: Object.keys(this.dataSource.nativeQueryConnections).map(
connectionName => ({ name: connectionName }),
),
useProjectionOnGetOne: true,
collections:
collections?.map(collection => ({
name: collection.name,
Expand Down

0 comments on commit c4dc677

Please sign in to comment.