Problem/Motivation
When setting up the GraphQL server I am getting the following error when I enable the Paragraphs Blokkli Edit extension:
> GraphQL\Error\Error: Type "FieldItemTypeParagraphsBlokkliMutation" not found in document
Proposed resolution
- The extension has an undeclared dependency on the
paragraphs_blokkli_edit_stateentity type. - It also has a dependency on the
mutationsfield of theparagraphs_blokkli_edit_stateentity type. This is not enforceable right now, since the GraphQL Core Schema module does not have a way to declare field dependencies. But we can document how to set this up.
Issue fork paragraphs_blokkli-3495247
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 #6
dulnan commentedComment #7
dulnan commented