Problem/Motivation
Developers who write many schema extension plugins could save some time if we provide a generator that scaffolds a basic plugin class.
Steps to reproduce
$ drush gen plugin:graphql-schema-extension
Proposed resolution
Implement a generator.
Issue fork graphql-3501537
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
pfrenssenComment #4
klausiComment #5
pfrenssenFixed PHPStan error. Maybe we can set PHPStan to not allow failures?
Comment #6
klausiThanks, this will be merged soon.
Comment #7
pfrenssenThe automatic merge wasn't triggered.
Comment #9
klausiNow finally done.