class NulogyGraphqlApi::Schema::BaseMutation
Public Class Methods
visible?(context) { || ... }
click to toggle source
Calls superclass method
# File lib/nulogy_graphql_api/schema/base_mutation.rb, line 4 def self.visible?(context) return true if context[:schema_generation_context?] return super && yield if block_given? super end