const canWriteAnyActivity = rule({ cache: 'contextual' })((parent, args, { auth }) =>
  auth.scopes.includes('write:any_activity'))