-
Notifications
You must be signed in to change notification settings - Fork 3
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
Field Collections working? #22
Comments
I've just tried running this (actual collection name "redacted" to
and I get this:
|
I've opened a PR for that access bug (#23 ) and I think the null value problem is larger than Field Collections as I'm getting it on a text field too. I think #15 is relevant here too? (I know node 6 has data on this field; I can see it in the database ;) )
Returns:
|
Ok so the issue appears to be in here: If I change/hack that to: Then my field_teaser_text has a value... Not entirely sure how you get the raw field values (value and format, for example) from Entity Wrapper... EDIT: See PR #24 |
I think this can be closed in favour of the open PRs now? |
Does this mean Field Collections are not supported?graphql_api/src/Schema.php
Lines 1636 to 1637 in c1590e8
This is not related ^ :)
The value/revision_id always seem to be null?
Bug fixes in PR #24 and #23
The text was updated successfully, but these errors were encountered: