zngly-vlad
zngly-vlad
@justlevine @jasonbahl That is exactly what I was thinking with the "feature not bug" Would this still be the case if there was no resolver on the object field. e.g....
Thats fine, I think it might just be my general understanding but I am satisfied with the explanations above. Thank you for all the help.
To any body trying to allow author to be queried regardless of whether the author has posts published or not. This was my solution. ```php add_filter('graphql_pre_model_data_is_private', 'pre_model_data_is_private', 10, 6); function...
@gmazzap Is it possible to remove the lock on`psr/http-message` from `
100%, just thought I'd let you know my findings so far.
While I understand the logic behind it, and having more types is great. I do believe the input type for `TypeRegistry::register_enum_type` should represent only what is needed for the function...