Closed tractorcow closed 6 years ago
Hey @tractorcow, I have added a couple of fixes to silverstripe-link and silverstripe-menu dev-master. Could you let me know if that works?
Self reminder to upgrade to dev-master and recheck. :)
I have released the fix as it resolves other issues as well.
MenuLink extends Link, but if I have another class that extends Link (but is not scaffolded) it will crash graphql.
Eg..
All graphql queries now produce
Type 'LittleGiantCallToAction' is not a registered GraphQL type
I think you need to shift the graphql scaffolding off the subclass and onto the Link base class to fix it.