Skip to content

graphclient is missing a BatchRequestRequestBuilder #1578

Open
@andrueastman

Description

@andrueastman

Taking a look at the example at

### 2. Send the batch request using the `BatchRequestBuilder`

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 to

$batchResponse = $graphServiceClient->batch()->postAsync($batchRequestContent)->wait();

Metadata

Metadata

Assignees

No one assigned

    Labels

    goodfirstissueStandard GitHub label used for easy to resolve issues targeting beginner contributorstype:enhancementEnhancement request targeting an existing experience

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions