Michael Schäfer

Results 2 issues of Michael Schäfer

In GraphQL it is possible to execute 1.n mutation. ``` mutation multipleMutations { m1:createRoute(flightNumber:"LH2722") { id } m2:createRoute(flightNumber:"LH2728") { id } } ``` If I write the data per mutation...

type: documentation
in: data

This command doesn't work on windows 1909 with PS 5.1. I started PS with administration rights!! ``Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux`` Error message: Enable-WindowsOptionalFeature requires higher rights ... I installed the...