class Osso::GraphQL::Types::MutationType

Public Class Methods

authorized?(_object, _context) click to toggle source
# 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