[Meteor + Apollo] Path could not be found

I’ve just tried to upgrade dependencies on an older project and fixed a few issues that resulted from that. But this one is confusing me. The path to my graphql schemas seem to be duplicated:

[[[[[ ~/Sites/meteorApolloProject ]]]]]          

=> Started proxy.                             
=> Errors prevented startup:                  
   
   While building for os.linux.x86_64:
   imports/startup/server/register-api.js: Path '../../api/goals/Goal.graphql' could not be found for
   '/home/benread/Sites/meteorApolloProject/home/benread/Sites/meteorApolloProject/imports/startup/server/register-api.js'
   
=> Your application has errors. Waiting for file change.

This worked fine before the upgrade. Is it something to do with Apollo’s HttpLink which has a Meteor. absoluteUrl parameter? If so, what should that resolve to?

I’m a bit of a newbie to Meteor & Apollo I’m afraid!