You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By assigning the type Country to the const country I get the following error: Type 'Readonly<Ref<Readonly<any>>>' is missing the following properties from type 'Country': code, continent, emoji, emojiU, and 5 more.
This is Country and GetCountry from the generated code:
Hello,
I am trying to make it working, but unsuccesfully.
Could you be so kind to check it out?
I am using @vue/apollo-composable 4.0.0-alpha.16
This is my code:
By assigning the type Country to the const country I get the following error:
Type 'Readonly<Ref<Readonly<any>>>' is missing the following properties from type 'Country': code, continent, emoji, emojiU, and 5 more.
This is Country and GetCountry from the generated code:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: