Cosmos backends require you to have a partition key of `id`, but there are many approaches to partitioning in Cosmos. The developer should be able to define what it is when they are creating the GraphQL schema, maybe using a `@partitionKey` directive.
Cosmos backends require you to have a partition key of
id, but there are many approaches to partitioning in Cosmos.The developer should be able to define what it is when they are creating the GraphQL schema, maybe using a
@partitionKeydirective.