Render Field Item

Created on 28 March 2024, 6 months ago
Updated 30 April 2024, 5 months ago

Problem/Motivation

I've enable the Render Field Item extension but in the explorer I am unable to see to viewField

Steps to reproduce

- On a basic Drupal website, install graphql and graphql core schema
- Create a Core Schema server
- Enable the Render Field Item extension
- Also enable the body field
- Go the explorer and paste the following code

query MyQuery {
  entityById(entityType: NODE, id: "1") {
    id
    label
    ... on NodeArticle {
      id
      bodyRawField
    }
  }
}

- Notice that the viewField is missing in the Explorer sidebar on the left

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇲🇺Mauritius whiz11

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024