razertory
razertory
If the header named 'Host'.It will keep the default 'Host'. For example, if your url is like ' http://xxx.com/x ', and the 'Host' in header is like 'yyy.com'. The 'Host'...
Hey, @hidde-jan, @Amnesthesia . `CountLoader` is just something like other loaders. The most important thing you have to do is to implement [perform](https://github.com/Shopify/graphql-batch/blob/master/lib/graphql/batch/loader.rb#L89) method . In the user-defined `perform` method,...
It seems like ` box_bounds = layer.engine_dict['Rendered']['Shapes']['Children'][0]['Cookie']['Photoshop'].get('BoxBounds', None)` then you will finally get a box like structure `[0,0,x,y]`