graphclient is missing a BatchRequestRequestBuilder #1578
Labels
goodfirstissue
Standard GitHub label used for easy to resolve issues targeting beginner contributors
type:enhancement
Enhancement request targeting an existing experience
Taking a look at the example at
msgraph-sdk-php/docs/Examples.md
Line 658 in 7fa86c0
The graph client is missing the setup of the BatchRequestRequestBuilder.
The code of the graphclient should have an
batch()
function returning the BatchRequestRequestBuilder so that the example/sample is simplified toThe text was updated successfully, but these errors were encountered: