module GraphQL::Query::LiteralInput::LiteralKindCoercers::EnumLiteral

def self.coerce(value, type, variables)

def self.coerce(value, type, variables)
  type.coerce_input(value.name)
end