class GraphQL::StaticValidation::TypeStack::FragmentDefinitionStrategy

def push_path_member(stack, node)

def push_path_member(stack, node)
  stack.path.push("fragment #{node.name}")
end