Vladislav Lyshenko
Vladislav Lyshenko
https://github.com/overblog/GraphQLBundle/releases/tag/v0.15.0
> Hi guys. Sorry, I was waiting for #1108. I just need to check the version number with the boss and I'll publish the new version (today or tomorrow). Sorry...
Hi. I think it os-independent. https://www.php.net/manual/en/function.sys-get-temp-dir.php Old variant was worse, because its write to "temp/*.tmp" and it doesnt cool. In my case your library throw error "Warning: file_put_contents(temp/157190871333e658512ba2c1aba0afe0a6c1dff20c550eca93.tmp): failed to...
Same issue...
Hi. I found a solution https://gist.github.com/vladdnepr/728e1b7b428923443f25d06984034f7a Hope this helps
I did access control for admin area via public feature. I need to control inputs, queries, mutations and types. Frontend received schema and can recognize what enabled and what not....
I will check it soon....
> Did you check if it's supported by the bundle and the filtering is properly called (PublicFieldsFilterConfigProcessor.php) Yes
I see some tests failed. Also failed in origin master.  
What tests are you expected? > src/Config/Parser/MetadataParser/MetadataParser.php I did change in private method, which called with another private inputMetadataToGQLConfiguration, which called with private classMetadatasToGQLConfiguration, which called with processFile  >...