Matt Marschall

Results 1 comments of Matt Marschall

I had the same problem as you. If we look at the following example in the API docs: ``` graph_client = GraphServiceClient(credentials, scopes) request_configuration = DeltaRequestBuilder.DeltaRequestBuilderGetRequestConfiguration() request_configuration.headers.add("Prefer", "odata.maxpagesize=2") result =...