You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use $info->getFieldSelection() for now. See comments on how to use it.
But it will be likely deprecated in favor of #65 one day (no timeline set yet). We deprecate things without breaking usually (by issuing E_USER_DEPRECATED warning), so you will have time to migrate when it happens.
Or you can implement #65 yourself and submit a PR %)
My query is:
My ContentSchema is:
How can I get a list of requested fields to build optimal query?
The text was updated successfully, but these errors were encountered: