Replies: 1 comment
-
Anything on this nested objects issues? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i get the following error
UnhandledPromiseRejectionWarning: Error: Cannot determine a GraphQL input type for the "channelPrice". Make sure your class is decorated with an appropriate decorator.
with following code
@field(_type => ChannelPriceEntity, {nullable: true})
channelPrice!: ChannelPriceEntity;
There is no autodiscover for this right so its not possible?
Beta Was this translation helpful? Give feedback.
All reactions