Closed cshadek closed 11 months ago
Sure, I see no problem with that at all. Could you create a quick pull request for it?
Sure - I'll get right on it. On a similar note, I was thinking it may make sense to make PageInfo
have a public init to make it easier to create custom connections. I'll make both changes and then create a pull request
Right now
NoArguments.init
is 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 ofNoArguments
in order to call these resolver functions directly.