Fabian Riewe

Results 6 comments of Fabian Riewe

I wrote a quick and dirty workaround like this: ``` scan() { document.body.style.backgroundColor = 'transparent'; QRScanner.show(); QRScanner.scan(displayContents); function displayContents(err, text) { if(err){ console.log('error', err); } else { alert(text); if (text)...

The `get_node` function would fit the usecase. But it's required to call it '__resolve_reference' due to the Apollo Federation spec (https://www.apollographql.com/docs/apollo-server/federation/implementing-services/#gatsby-focus-wrapper). And yes we need to remove the `@classmethod`.

Hey! I looked deeper into this function and found out that we can improve it by using the following: ```python def __resolve_reference(self, info, **kwargs): # construct filter for keys keys...

Hello! Are there any updates on this?