Andrea Chiumenti

Results 2 comments of Andrea Chiumenti

I wonder why checkDirectoryAndAbove wants the directory to be writable by anyone !?!

where in schema I have: ``` # The `JSON` scalar type represents JSON values as specified by [ECMA-404](http://www.ecma-international.org/publications/files/ECMA-ST/ECMA-404.pdf). scalar JSON ``` and in generated code I have: ```rust #[derive(cynic::Scalar, Debug,...