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

Inconsistent behaviour when loading nodes via GraphQL #971

Open
philippguertler opened this issue Dec 10, 2019 · 0 comments
Open

Inconsistent behaviour when loading nodes via GraphQL #971

philippguertler opened this issue Dec 10, 2019 · 0 comments

Comments

@philippguertler
Copy link
Contributor

philippguertler commented Dec 10, 2019

There are many different ways to load nodes via GraphQL:

  • Single node by UUID
  • Multiple nodes by UUID
  • All nodes
  • Elasticsearch
  • Nodes of a schema
  • Nodes with a tag
  • Via node reference / node reference list
  • Other languages of a node

When loading nodes without providing a language and there are nodes which don't have content in the default language, some fetchers filter out the node entirely and some include these nodes, but do not provide any further information bound to the content (language, fields, etc.)

We should make sure that all fetchers behave the same way.

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

Successfully merging a pull request may close this issue.

1 participant