Right now NoArguments.init is not public, so it appears to me that you can't call a function in your resolver that uses NoArguments. It would sometimes be nice to be able to make an instance of NoArguments in order to call these resolver functions directly.
Right now
NoArguments.initis not public, so it appears to me that you can't call a function in your resolver that usesNoArguments. It would sometimes be nice to be able to make an instance ofNoArgumentsin order to call these resolver functions directly.