We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ac67c7 + 3101e37 commit 22fc464Copy full SHA for 22fc464
src/types/content-api.ts
@@ -67,9 +67,10 @@ export interface BaseQueryParams {
67
*
68
* Can be:
69
* - a `string` to specify relation paths as `populate=name`
70
+ * - an `array` of strings to specify multiple relation paths
71
* - an `object` to enable deeper population configurations
72
*/
- populate?: string | Record<string, unknown>;
73
+ populate?: string | string[] | Record<string, unknown>;
74
75
/**
76
* Specifies the fields of documents to include in the response.
0 commit comments