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
Ok, here is what I did to get past the Type Error but honestly not sure why the ApolloContext is listed in the docs and then why I don't really need it.
Changed
export class GameDataSource
extends CosmosDataSource<GameModel, ApolloContext>
implements IGameDataSource
{
to
export class GameDataSource
extends CosmosDataSource<GameModel, any>
implements IGameDataSource
{
Can you update the sample code to explain where the
ApolloContext
is from (package) and how it is created?I'm updating from 0.0.14 where it wasn't required to 0.1.0 where it seems to be required.
The text was updated successfully, but these errors were encountered: