What is difference between 'reference', 'safeReference' and ... ? #1723
Answered
by
thanksyouall
thanksyouall
asked this question in
Q&A
-
I don't understand why different types of references are needed. When and what type should I use? 1. types.reference(Model): But then why do we need these ways: |
Beta Was this translation helpful? Give feedback.
Answered by
thanksyouall
Jun 1, 2021
Replies: 1 comment
-
I understood. Late () is needed for circular references. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thanksyouall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I understood. Late () is needed for circular references.
safeReference is needed for links that may not be loaded.