Media reference swap

Created on 28 March 2024, 3 months ago

Problem/Motivation

On a basic Article content type, I have created a field Test Media which reference Media document. However in the Explorer, when I paste the below code,

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

On the sidebar on the left, I actually see fields from the User entity rather than the Media entity

πŸ› 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.69.0 2024