The New Relic Apollo Server plugin for the Node.js agent captures executed GraphQL queries and parses those queries down to the individual field. This not only provides visibility into slow queries but also captures the duration spent resolving a piece of requested GraphQL data.
In addition, if you enable distributed tracing, you can follow the field resolution through to work done on other services and databases.