Skip to content

Commit 5f4df54

Browse files
author
Marco Franceschi
authored
Merge pull request #75 from cloudgraphdev/fix/cosmos-db-schema
fix: Added missing attribute for cosmosdb schema
2 parents 92e8a38 + cde0c79 commit 5f4df54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/cosmosDb/schema.graphql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,4 +303,5 @@ type azureCosmosDb implements azureResource
303303
databases: [azureCosmosDbDatabase]
304304
azureTables: [azureCosmosDbTable]
305305
resourceGroup: [azureResourceGroup] @hasInverse(field: cosmosDb)
306+
containersIds: [String] @search(by: [hash])
306307
}

0 commit comments

Comments
 (0)