module GraphQL::StaticValidation::TypeStack::InlineFragmentStrategy

def push_path_member(stack, node)

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