Open brmk opened 4 years ago
const chats = [{ _id: 'asdf', asdfadsf: 'asdf', }] const mocks = { Query: { getChats: () => chats } }; new ApolloServer( { mocks })
https://www.apollographql.com/docs/apollo-server/testing/mocking/