Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elastic search queries via GraphQL do not resolve node references #1116

Open
lakaimdb opened this issue Sep 1, 2020 · 1 comment
Open

Elastic search queries via GraphQL do not resolve node references #1116

lakaimdb opened this issue Sep 1, 2020 · 1 comment

Comments

@lakaimdb
Copy link

lakaimdb commented Sep 1, 2020

Gentics Mesh Version, operating system, or hardware.

  • v1.7.0

Operating System

  • I am using the Docker image

JVM

I am using the Docker image

Problem

Elastic search queries via GraphQL that contain node reference list properties like

nodes(query: "{\"query\":{\"query_string\":{\"query\":\"xyz\"}}}") {
    elements {
      uuid
      some_node_ref_list_property { uuid }
      ...  
   }
}

return null for some_node_ref_list_property

Expected behaviour

Same es for Micro-Node-References where node and fields can be included in the GraphQL query and yield a corresponding result.

@bkuznetsov
Copy link

bkuznetsov commented Sep 23, 2024

Up. Same behaviour in v.2.0.18 (Docker on Ubuntu)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants