How to implement Interfaces #814
Unanswered
jcmcclorey
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I changed Is there a reason Interfaces don't work for |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I'm attempting to implement an interface, but the only result I am able to get is
Type UserAuth not found
. I have tried everything I can think of but no luck. Are Interfaces broken or am I just doing something wrong? See my code below...Interface
Type
I have made sure to register both the interface and the type in the 'types' array of the configuration file.
I do also have
lazyload_types
set tofalse
right now if that makes any difference.Beta Was this translation helpful? Give feedback.
All reactions