class GraphQL::Schema::UnresolvedLateBoundTypeError

def initialize(type:)

def initialize(type:)
  @type = type
  super("Late bound type was never found: #{type.inspect}")
end