class Dry::Schema::Macros::Schema

def schema?

Other tags:
    Api: - private
def schema?
  parent_type.respond_to?(:schema)
end