class GraphQL::StaticValidation::TypeStack::InlineFragmentStrategy

def push_path_member(stack, node)

def push_path_member(stack, node)
  stack.path.push("...#{node.type ? " on #{node.type}" : ""}")
end