
Per the Module documentation guidelines, a module should Provide help text in the Drupal UI. This module is missing an implementation of hook_help(), but it does provide a fairly comprehensive README file, which can be included in hook_help() as a stop gap until something better can be created.
Documentation:
https://www.drupal.org/docs/develop/documenting-your-project/module-docu...
https://www.drupal.org/node/632280
Patch to follow, thanks!
Issue fork graphql_compose-3353370
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:
- add-hook-help
changes, plain diff MR !44
Comments
Comment #2
almunningsComment #4
himanshu_jhaloya CreditAttribution: himanshu_jhaloya at Valuebound for Valuebound commentedComment #5
Jaspreet-Kaur CreditAttribution: Jaspreet-Kaur at SV Infotech commentedApplied MR! 44 it worked for me. Thanks!
Comment #6
almunningsThank you for the report.
The help and readme needs some attention.
We will continue to develop the help documentation further before merging. Specifically with better instructions on how to use the 2.x UI changes.
Comment #7
almunningsComment #8
almunningsOh, PR was against incorrect branch.
I've implemented this as a basic file get contents in the 2.x branch.
Thank you
Comment #9
almunnings.