class GraphQL::Client::FragmentDefinition

Specific fragment definition subtype.

def new(obj, *args)

def new(obj, *args)
  if obj.is_a?(Hash)
    raise TypeError, "constructing fragment wrapper from Hash is deprecated"
  end
  super
end