module GraphQL::Query::LiteralInput::LiteralKindCoercers::NonNullLiteral

def self.coerce(value, type, variables)

def self.coerce(value, type, variables)
  LiteralInput.coerce(type.of_type, value, variables)
end