class GraphQL::StaticValidation::TypeStack::DirectiveStrategy

def pop(stack, node)

def pop(stack, node)
  stack.directive_definitions.pop
end