BaseObject
# File lib/osso/graphql/mutation.rb, line 21 def self.authorized?(_object, _context) # mutations are prevented from executing with ready? so # its a bit odd that this hides it true end