Resolving Dynamic Fields for Implementing Types #9671
Unanswered
3axap4eHko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem Description:
I have an issue with resolving the
urlfield for aPostobject. ThePosttype implements theLinkableinterface, and I expect theurlfield to be resolved by theLinkableresolver. However, I'm encountering an issue where typeResolversexpects theurlfield to be part of thePostDocumenttype, even though it's supposed to be resolved dynamically.Code:
Beta Was this translation helpful? Give feedback.
All reactions