Support relationship field data in REST responses #605
nickcernis
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We had a request here to support returning relationship data in REST responses.
https://wordpress.org/support/topic/relationship-field-3/
Currently, relationship data is returned for WPGraphQL responses, but not REST:
We would need to extend the REST resolver logic here:
atlas-content-modeler/includes/content-registration/custom-post-types-registration.php
Lines 131 to 134 in 8a2c543
To find and return related entry IDs, similar to the WPGraphQL resolver:
atlas-content-modeler/includes/content-registration/custom-post-types-registration.php
Lines 693 to 729 in 8a2c543
Beta Was this translation helpful? Give feedback.
All reactions