module GraphQL::Schema::Interface::DefinitionMethods

def visible?(context)

Other tags:
    See: {Schema::Warden} - hides interfaces without visible implementations
def visible?(context)
  true
end