xxxxxxxxxx
// From the Migrating to Apollo Server 3#Removed exports doc, many types,
// and interfaces has been removed including IResolvers interface.
// There are two solutions:
Run npm install graphql-tools@4.x and import the symbol from graphql-tools.
Run npm install @graphql-tools/utils and import the IResolvers from @graphql-tools/utils