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

  1. The extension has an undeclared dependency on the paragraphs_blokkli_edit_state entity type.
  2. It also has a dependency on the mutations field of the paragraphs_blokkli_edit_state entity 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.
Command icon 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

pfrenssen created an issue. See original summary.

pfrenssen’s picture

Status: Active » Needs review

dulnan made their first commit to this issue’s fork.

  • dulnan committed 47f5d247 on 1.0.x authored by pfrenssen
    Issue #3495247 by pfrenssen: FieldItemTypeParagraphsBlokkliMutation not...
dulnan’s picture

Status: Needs review » Fixed
dulnan’s picture

Status: Fixed » Closed (fixed)