Maarten de Graaf
Maarten de Graaf
Looks like they are considered valid again.
It happens specifically on `composer dumpautoload`: ``` $ composer --version Composer version 2.1.5 2021-07-23 10:35:47 $ composer dumpautoload Generating optimized autoload files Class ParsedownExtraTest located in ./vendor/erusev/parsedown-extra/test/ParsedownExtraTest.php does not comply...
And of course while writing this I figured out you don't need to always provide a default value to a variable. Removing the ` = []` did the trick. ```gql...
But I'm gonna leave this open since the behaviour is different between `relatedTo` and `relatedToAll`
Looks like that feature is in the works for CraftQL version 2: https://github.com/markhuot/craftql/pull/232
@rebz Look at what @rigor789 said. I fixed it by making `import VueDevtools from 'nativescript-vue-devtools'` be above `import store from './store';`. However it still isn't perfect to me, NativeScript crashes...