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
error TS2345: Argument of type 'ApolloServer' is not assignable to parameter of type 'ApolloServerBase'.
Types have separate declarations of a private property 'logger'.
12 const { query } = createTestClient(server);
when I changed code to as follows the test got run : const server = new ApolloServer({ schema }) as any;
The text was updated successfully, but these errors were encountered:
I got error as follows :
The text was updated successfully, but these errors were encountered: