We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8a55b commit 072bed1Copy full SHA for 072bed1
src/GraphRequest.ts
@@ -489,7 +489,7 @@ export class GraphRequest {
489
* @param {boolean} isCount - The count boolean
490
* @returns The same GraphRequest instance that is being called with
491
*/
492
- public count(isCount: boolean): GraphRequest {
+ public count(isCount: boolean = false): GraphRequest {
493
this.urlComponents.oDataQueryParams.$count = isCount.toString();
494
return this;
495
}
0 commit comments