Apollo + Simple Schema? Meteor.userId only available if insert is called from a meteor method

In my 100% meteor apps, I have some things automatically set in SimpleSchema (such as an autovalue for a createdById field). Is there anyway to access my apollo/graphql context? As of now I have to manually set the createdById in every single mutation.