Roman Odermatt

Results 3 issues of Roman Odermatt

With the GuzzleHTTP\Client it's not possible to load assets as binary, the redirect to https://objects.githubusercontent.com/ returns an error: ```php $token = 'example'; $client = Client::createWithHttpClient( new \GuzzleHttp\Client() ); $client->authenticate( $token,...

Regarding to this issue here: https://github.com/wundergraph/graphql-go-tools/issues/495 * extract `interface`'s fields to the Required fields * get `interfaces`'s field arguments

If an interface has a field with arguments, a request to the interface "directly" always gets `nil` arguments. If queried via an inline fragment the parameters are passed to the...