class GraphQL::Argument

def keyword

Backport this to support legacy-style directives
def keyword
  @keyword ||= GraphQL::Schema::Member::BuildType.underscore(expose_as).to_sym
end