Adding more type def files to existing introspected schema

Is there a way that we can add more resolvers and typedefs into our schema that is generated by introspection?

I wanted to make some new type defs that can be queried with a custom cypher query.

How can we do it and I also want to add more data sources to the Apollo server.

I am using neo4j v4.4 and the Apollo server